Fix for disabled editables

This commit is contained in:
Cohee 2024-09-01 19:42:08 +03:00
parent c21f59ca7a
commit d5a1aef2ed

View File

@ -5454,6 +5454,6 @@ body:not(.movingUI) .drawer-content.maximized {
opacity: 0.7;
}
#advanced-formatting-button div[contenteditable="true"] {
#advanced-formatting-button div[contenteditable] {
overflow-wrap: anywhere;
}