[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

View File

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