Fix for disabled editables

d5a1aef2edccb238f36065e3f8724461e5c037bf

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/style.css+1 -1
@@ -5454,6 +5454,6 @@ body:not(.movingUI) .drawer-content.maximized {
5454 opacity: 0.7;5454 opacity: 0.7;
5455}5455}
54565456
5457#advanced-formatting-button div[contenteditable="true"] {5457#advanced-formatting-button div[contenteditable] {
5458 overflow-wrap: anywhere;5458 overflow-wrap: anywhere;
5459}5459}