[improvement] Dialog: allow newline charactor (#2799)

This commit is contained in:
neverland 2019-02-19 19:27:14 +08:00 committed by GitHub
parent 090f9c01a3
commit 98e7d23eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,9 @@
text-align: center; text-align: center;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
// allow newline charactor
white-space: pre-wrap;
&--has-title { &--has-title {
padding-top: 12px; padding-top: 12px;
color: @gray-darker; color: @gray-darker;