Fix for disabled editables
| @@ -5454,6 +5454,6 @@ body:not(.movingUI) .drawer-content.maximized { | |||
| 5454 | opacity: 0.7; | 5454 | opacity: 0.7; |
| 5455 | } | 5455 | } |
| 5456 | 5456 | ||
| 5457 | #advanced-formatting-button div[contenteditable="true"] { | 5457 | #advanced-formatting-button div[contenteditable] { |
| 5458 | overflow-wrap: anywhere; | 5458 | overflow-wrap: anywhere; |
| 5459 | } | 5459 | } |