feat: improve word wrap (#4506)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user