|
@@ -503,7 +503,7 @@ body [note-rte][data-field-name="planValue"] {
|
|
body [note-rte][slim-rte] .ql-editor[contenteditable],
|
|
body [note-rte][slim-rte] .ql-editor[contenteditable],
|
|
body [note-rte][data-field-name="reviewValue"] .ql-editor[contenteditable],
|
|
body [note-rte][data-field-name="reviewValue"] .ql-editor[contenteditable],
|
|
body [note-rte][data-field-name="planValue"] .ql-editor[contenteditable] {
|
|
body [note-rte][data-field-name="planValue"] .ql-editor[contenteditable] {
|
|
- min-height: 56px !important;
|
|
|
|
|
|
+ min-height: 30px !important;
|
|
padding: .25rem .5rem !important;
|
|
padding: .25rem .5rem !important;
|
|
}
|
|
}
|
|
.ql-container p {
|
|
.ql-container p {
|
|
@@ -3328,4 +3328,8 @@ body.forced-masking #mask {
|
|
.note-container .summary-container p {
|
|
.note-container .summary-container p {
|
|
margin-top: 0 !important;
|
|
margin-top: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ql-editor {
|
|
|
|
+ padding: 6px 6px;
|
|
}
|
|
}
|