mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-19 06:43:02 +08:00
fix word-break for demo
This commit is contained in:
parent
640e2f14c9
commit
a4a0d485e8
@ -5,7 +5,9 @@
|
||||
|
||||
&__content {
|
||||
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
|
||||
* {
|
||||
caret-color: currentColor;
|
||||
|
Loading…
Reference in New Issue
Block a user