fix div text overflow from breaking columns
| @@ -5452,4 +5452,8 @@ body:not(.movingUI) .drawer-content.maximized { | |||
| 5452 | content: 'No icons found'; | 5452 | content: 'No icons found'; |
| 5453 | color: var(--SmartThemeBodyColor); | 5453 | color: var(--SmartThemeBodyColor); |
| 5454 | opacity: 0.7; | 5454 | opacity: 0.7; |
| 5455 | } | ||
| 5456 | |||
| 5457 | #advanced-formatting-button div[contenteditable="true"] { | ||
| 5458 | overflow-wrap: anywhere; | ||
| 5455 | } | 5459 | } |
| 5455 | \ No newline at end of file | 5459 | \ No newline at end of file |