Browse Source

RTE overlap issue: apply globally

Vijayakrishnan Krishnan 1 tuần trước cách đây
mục cha
commit
7189d1b638

+ 5 - 0
public/css/style.css

@@ -619,6 +619,11 @@ body [note-rte][data-field-name="planValue"] .ql-editor[contenteditable] {
     margin-top: 0;
 }
 
+.mcp-theme-1 .rte-holder {
+    display: flex;
+    flex-direction: column;
+}
+
 .note-section:not(.edit) .if-not-edit {
     display: block !important;
 }

+ 0 - 6
resources/views/app/practice-management/care_month_add_ccm_entry_form.blade.php

@@ -74,12 +74,6 @@
         </div>
     </form>
 </div>
-<style>
-    #cm-entry-form{{@$entry ? '-' . $entry->uid : ''}} .rte-holder {
-        display: flex;
-        flex-direction: column;
-    }
-</style>
 <script>
     (function() {
         function init() {