fix div text overflow from breaking columns

This commit is contained in:
RossAscends 2024-09-01 22:00:32 +09:00
parent 127a46e420
commit 24c140736d

View File

@ -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;
}