@ -1301,7 +1301,7 @@ useEventListener(
< Pane min -size = " 30 " size = "50" class = "nc-form-right-splitpane-item p-4 flex flex-col space-y-4 !min-h-200px" >
< Pane min -size = " 30 " size = "50" class = "nc-form-right-splitpane-item p-4 flex flex-col space-y-4 !min-h-200px" >
< div class = "flex flex-wrap justify-between items-center gap-2" >
< div class = "flex flex-wrap justify-between items-center gap-2" >
< div class = "flex gap-3" >
< div class = "flex gap-3" >
< div class = "text-base font-bold text-gray-9 00" >
< div class = "text-base font-bold text-gray-6 00" >
{ { $t ( 'objects.viewType.form' ) } } { { $t ( 'objects.fields' ) } }
{ { $t ( 'objects.viewType.form' ) } } { { $t ( 'objects.fields' ) } }
< / div >
< / div >
< NcBadge color = "border-gray-200" >
< NcBadge color = "border-gray-200" >
@ -1633,7 +1633,7 @@ useEventListener(
< LazyCellRichText
< LazyCellRichText
v - if = "!isLocked && isEditable"
v - if = "!isLocked && isEditable"
v - model : value = "formViewData.success_msg"
v - model : value = "formViewData.success_msg"
class = "nc-form-after-submit-msg"
class = "nc-form-after-submit-msg editable "
is - form - field
is - form - field
: hidden - bubble - menu - options = "hiddenBubbleMenuOptions"
: hidden - bubble - menu - options = "hiddenBubbleMenuOptions"
data - testid = "nc-form-after-submit-msg"
data - testid = "nc-form-after-submit-msg"
@ -1833,6 +1833,13 @@ useEventListener(
. form - meta - input {
. form - meta - input {
. nc - textarea - rich - editor {
. nc - textarea - rich - editor {
@ apply pl - 3 pr - 4 ! rounded - lg ! text - sm border - 1 border - gray - 200 focus - within : border - brand - 500 ;
@ apply pl - 3 pr - 4 ! rounded - lg ! text - sm border - 1 border - gray - 200 focus - within : border - brand - 500 ;
& : hover {
@ apply border - brand - 400 ;
}
& : focus - within {
@ apply shadow - selected ;
}
}
}
& . nc - form - input - label . nc - textarea - rich - editor {
& . nc - form - input - label . nc - textarea - rich - editor {
@ -1848,6 +1855,14 @@ useEventListener(
. nc - form - after - submit - msg {
. nc - form - after - submit - msg {
. nc - textarea - rich - editor {
. nc - textarea - rich - editor {
@ apply pl - 1 pr - 2 pt - 2 pb - 1 ! rounded - lg ! text - sm border - 1 border - gray - 200 focus - within : border - brand - 500 ;
@ apply pl - 1 pr - 2 pt - 2 pb - 1 ! rounded - lg ! text - sm border - 1 border - gray - 200 focus - within : border - brand - 500 ;
& : hover {
@ apply border - brand - 400 ;
}
& : focus - within {
@ apply shadow - selected ;
}
. ProseMirror {
. ProseMirror {
min - height : 5 rem ;
min - height : 5 rem ;
max - height : 7.5 rem ! important ;
max - height : 7.5 rem ! important ;