fix div text overflow from breaking columns

24c140736d7770bab7648091cf9d7b9bb1f006e3

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +4 -0Ignore whitespace
public/style.css+4 -0
@@ -5452,4 +5452,8 @@ body:not(.movingUI) .drawer-content.maximized {
54525452 content: 'No icons found';
54535453 color: var(--SmartThemeBodyColor);
54545454 opacity: 0.7;
5455+}
5456+
5457+#advanced-formatting-button div[contenteditable="true"] {
5458+ overflow-wrap: anywhere;
54555459}
54555459 \ No newline at end of file