]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_tinymce.scss
Fixes typo causing the message not to be displayed
[bookstack] / resources / assets / sass / _tinymce.scss
index dd0bf7950bb3912e88aa625505e63b9479468929..969bbc9689465a945252e0b0e2078ae514bc7e21 100644 (file)
 }
 
 .edit-area.flex > div > .mce-tinymce.mce-container.mce-panel {
-  height: 100%;
-  max-height: 100%;
-  flex: 1;
+  flex: 1 1 auto;
   display: flex !important;
   flex-direction: column;
   align-items: stretch;
   margin: 0 -1px;
   > .mce-container-body {
-    flex: 1;
+    flex: 1 1 auto;
     display: flex !important;
     flex-direction: column;
     align-items: stretch;
+    > .mce-toolbar-grp {
+      flex: 0 1 auto;
+    }
     > .mce-edit-area {
-      flex: 1;
+      flex: 1 1 auto;
       display: flex !important;
       flex-direction: column;
       align-items: stretch;