Skip to content

Commit 0cf7a6a

Browse files
authored
Merge pull request #3929 from mikiher/fix-trix-resize
Add resize to trix editor
2 parents 00343a9 + 76ac0d0 commit 0cf7a6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/components/ui/VueTrix.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,10 @@ export default {
351351
background-color: white;
352352
}
353353
trix-editor {
354-
max-height: calc(4 * 1lh);
354+
height: calc(4 * 1lh);
355+
min-height: calc(4 * 1lh);
355356
overflow-y: auto;
357+
resize: vertical;
356358
}
357359
358360
trix-editor * {

0 commit comments

Comments
 (0)