mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-29 06:18:21 +02:00
Add resize to trix editor
This commit is contained in:
parent
00343a953b
commit
76ac0d001b
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue