[bugfix] Toast: work break (#567)

This commit is contained in:
neverland 2018-01-23 19:59:15 +08:00 committed by GitHub
parent fdcb16fbd2
commit ca089ef042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
font-size: 12px;
line-height: 1.2;
border-radius: 5px;
word-break: break-all;
align-items: center;
justify-content: center;
flex-direction: column;