[improvement] Toast: allow newline charactor (#1210)

This commit is contained in:
neverland 2019-01-11 21:46:44 +08:00 committed by GitHub
parent 43720ffa9c
commit 22d4f4eb0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@
box-sizing: content-box;
background-color: @toast-background-color;
// allow newline charactor
white-space: pre-wrap;
&__container {
position: fixed;
top: 50%;