fix word-break for demo

This commit is contained in:
Philipp Kühn 2019-07-31 10:14:29 +02:00
parent 640e2f14c9
commit a4a0d485e8

View File

@ -5,7 +5,9 @@
&__content {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
* {
caret-color: currentColor;