feat: improve word wrap (#4506)

This commit is contained in:
neverland
2019-09-19 16:03:31 +08:00
committed by GitHub
parent 5a84bc8cc5
commit 68da81a51a
10 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
// allow newline charactor
white-space: pre-wrap;
text-align: center;
word-break: break-all;
word-wrap: break-word;
background-color: @toast-background-color;
border-radius: @toast-border-radius;
transform: translate3d(-50%, -50%, 0);