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