use break-word as a default rule

This commit is contained in:
NikolaBorislavovHristov 2019-05-30 13:13:13 +03:00
parent 3ebbead33d
commit 74fc105304

View file

@ -64,6 +64,7 @@
background: none;
box-shadow: none;
overflow: hidden;
word-break: break-word;
}
html, body, :global(#app) {