Skip to content

Commit

Permalink
Merge pull request #3929 from mikiher/fix-trix-resize
Browse files Browse the repository at this point in the history
Add resize to trix editor
  • Loading branch information
advplyr authored Feb 4, 2025
2 parents 00343a9 + 76ac0d0 commit 0cf7a6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/components/ui/VueTrix.vue
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,10 @@ export default {
background-color: white;
}
trix-editor {
max-height: calc(4 * 1lh);
height: calc(4 * 1lh);
min-height: calc(4 * 1lh);
overflow-y: auto;
resize: vertical;
}
trix-editor * {
Expand Down

0 comments on commit 0cf7a6a

Please sign in to comment.