mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
contenteditable related CSS fixes
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user