[improvement] Notify: allow newline charactor (#2798)

This commit is contained in:
neverland
2019-02-19 19:25:01 +08:00
committed by GitHub
parent 467aee829f
commit 090f9c01a3

View File

@@ -9,4 +9,7 @@
padding: @notify-padding;
font-size: @notify-font-size;
line-height: @notify-line-height;
// allow newline charactor
white-space: pre-wrap;
}