Showing
2 changed files
with
8 additions
and
7 deletions
| ... | @@ -158,8 +158,8 @@ | ... | @@ -158,8 +158,8 @@ |
| 158 | .tabs { | 158 | .tabs { |
| 159 | display: block; | 159 | display: block; |
| 160 | border-right: 1px solid #DDD; | 160 | border-right: 1px solid #DDD; |
| 161 | - width: 54px; | 161 | + width: 48px; |
| 162 | - flex: 0; | 162 | + flex: 0 1 auto; |
| 163 | } | 163 | } |
| 164 | .tabs i { | 164 | .tabs i { |
| 165 | color: rgba(0, 0, 0, 0.5); | 165 | color: rgba(0, 0, 0, 0.5); | ... | ... |
| ... | @@ -25,20 +25,21 @@ | ... | @@ -25,20 +25,21 @@ |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | .edit-area.flex > div > .mce-tinymce.mce-container.mce-panel { | 27 | .edit-area.flex > div > .mce-tinymce.mce-container.mce-panel { |
| 28 | - height: 100%; | 28 | + flex: 1 1 auto; |
| 29 | - max-height: 100%; | ||
| 30 | - flex: 1; | ||
| 31 | display: flex !important; | 29 | display: flex !important; |
| 32 | flex-direction: column; | 30 | flex-direction: column; |
| 33 | align-items: stretch; | 31 | align-items: stretch; |
| 34 | margin: 0 -1px; | 32 | margin: 0 -1px; |
| 35 | > .mce-container-body { | 33 | > .mce-container-body { |
| 36 | - flex: 1; | 34 | + flex: 1 1 auto; |
| 37 | display: flex !important; | 35 | display: flex !important; |
| 38 | flex-direction: column; | 36 | flex-direction: column; |
| 39 | align-items: stretch; | 37 | align-items: stretch; |
| 38 | + > .mce-toolbar-grp { | ||
| 39 | + flex: 0 1 auto; | ||
| 40 | + } | ||
| 40 | > .mce-edit-area { | 41 | > .mce-edit-area { |
| 41 | - flex: 1; | 42 | + flex: 1 1 auto; |
| 42 | display: flex !important; | 43 | display: flex !important; |
| 43 | flex-direction: column; | 44 | flex-direction: column; |
| 44 | align-items: stretch; | 45 | align-items: stretch; | ... | ... |
-
Please register or sign in to post a comment