Преглед изворни кода

[slim-rte] attr for note-rte elements

Vijayakrishnan пре 3 година
родитељ
комит
6c3e0b3741
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      public/css/style.css

+ 2 - 1
public/css/style.css

@@ -435,10 +435,12 @@ body>nav.navbar {
 .mcp-theme-1 .ql-editor[contenteditable] {
     min-height: 100px;
 }
+body [note-rte][slim-rte]:not(.border-0),
 body [note-rte][data-field-name="reviewValue"],
 body [note-rte][data-field-name="planValue"] {
     border: 1px solid #ced4da !important;
 }
+body [note-rte][slim-rte] .ql-editor[contenteditable],
 body [note-rte][data-field-name="reviewValue"] .ql-editor[contenteditable],
 body [note-rte][data-field-name="planValue"] .ql-editor[contenteditable] {
     min-height: 28px !important;
@@ -477,7 +479,6 @@ body [note-rte][data-field-name="planValue"] .ql-editor[contenteditable] {
 }
 .rte-holder .ql-container p {
     margin-top: 0;
-    margin-bottom: 0.3rem;
 }
 
 .note-section:not(.edit) .if-not-edit {