Skip to content

Commit

Permalink
Merge pull request #2680 from tvdeyen/fix-tinymce-textarea
Browse files Browse the repository at this point in the history
Fix sizing of tinymce textarea
  • Loading branch information
tvdeyen authored Jan 9, 2024
2 parents fd8ab9f + d525cdd commit cd558d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/tinymce/skins/ui/alchemy/skin.min.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2229,6 +2229,11 @@ body.tox-dialog__disable-scroll {
-ms-flex-preferred-size: auto;
}

.tox .tox-form__group--stretched .tox-textarea-wrap {
display: flex;
flex: 1;
}

.tox .tox-form__group--stretched .tox-textarea {
flex: 1;
-ms-flex-preferred-size: auto;
Expand Down

0 comments on commit cd558d2

Please sign in to comment.