mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-03 03:17:54 +01:00
fix div text overflow from breaking columns
This commit is contained in:
parent
127a46e420
commit
24c140736d
@ -5452,4 +5452,8 @@ body:not(.movingUI) .drawer-content.maximized {
|
||||
content: 'No icons found';
|
||||
color: var(--SmartThemeBodyColor);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
#advanced-formatting-button div[contenteditable="true"] {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user