| | @@ -48,15 +48,15 @@ |
| 48 | 48 | flex-direction: column; |
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | .ForumPostEditor .tab-panel.editor-wrapper > .editor { |
| 52 | 52 | max-width: initial; |
| 53 | | - min-height: 14em; |
| 53 | + min-height: 20em; |
| 54 | 54 | flex-grow: 1 |
| 55 | 55 | } |
| 56 | 56 | body.cpage-forumnew .ForumPostEditor .tab-panel.editor-wrapper > .editor { |
| 57 | | - min-height: 24em; |
| 57 | + min-height: 28em; |
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | .ForumPostEditor > .buttons > .mimetype-wrapper, |
| 61 | 61 | .ForumPostEditor > .titlebar{ |
| 62 | 62 | display: flex; |
| 63 | 63 | |