mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +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;
|
||||
overflow: auto;
|
||||
min-height: 1.8em;
|
||||
white-space: preserve-breaks;
|
||||
}
|
||||
|
||||
div[contenteditable] br {
|
||||
display: revert;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user