Merge pull request #3929 from mikiher/fix-trix-resize

Add resize to trix editor
This commit is contained in:
advplyr 2025-02-04 17:22:30 -06:00 committed by GitHub
commit 0cf7a6abec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 * {