mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-04-30 01:15:24 +02:00
Merge pull request #3929 from mikiher/fix-trix-resize
Add resize to trix editor
This commit is contained in:
commit
0cf7a6abec
@ -351,8 +351,10 @@ export default {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
trix-editor {
|
trix-editor {
|
||||||
max-height: calc(4 * 1lh);
|
height: calc(4 * 1lh);
|
||||||
|
min-height: calc(4 * 1lh);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
trix-editor * {
|
trix-editor * {
|
||||||
|
Loading…
Reference in New Issue
Block a user