editable-text: Set overflow-wrap on ::after and input
There really are too many different wrapping properties
This commit is contained in:
parent
f67efc90f1
commit
663c1e62fd
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ editable-text {
|
|||
line-height: inherit;
|
||||
color: inherit;
|
||||
overflow-y: hidden;
|
||||
overflow-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue