mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-03 03:17:54 +01:00
contenteditable related CSS fixes
This commit is contained in:
parent
58e6ae2fc5
commit
d29129f301
@ -5461,4 +5461,9 @@ body:not(.movingUI) .drawer-content.maximized {
|
|||||||
resize: vertical;
|
resize: vertical;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
min-height: 1.8em;
|
min-height: 1.8em;
|
||||||
|
white-space: preserve-breaks;
|
||||||
|
}
|
||||||
|
|
||||||
|
div[contenteditable] br {
|
||||||
|
display: revert;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user