editable-text: Set overflow-wrap on ::after and input

There really are too many different wrapping properties
This commit is contained in:
Abe Jellinek 2023-11-29 16:23:05 -05:00 committed by Dan Stillman
parent f67efc90f1
commit 663c1e62fd

View file

@ -27,6 +27,7 @@ editable-text {
line-height: inherit;
color: inherit;
overflow-y: hidden;
overflow-wrap: break-word;
white-space: pre-wrap;
}