[improvement] Toast: text align center when multi line
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
text-align: center;
|
||||||
color: @toast-text-color;
|
color: @toast-text-color;
|
||||||
max-width: @toast-max-width;
|
max-width: @toast-max-width;
|
||||||
font-size: @toast-font-size;
|
font-size: @toast-font-size;
|
||||||
|
|||||||
Reference in New Issue
Block a user