mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[improvement] Notify: allow newline charactor (#2798)
This commit is contained in:
parent
467aee829f
commit
090f9c01a3
@ -9,4 +9,7 @@
|
|||||||
padding: @notify-padding;
|
padding: @notify-padding;
|
||||||
font-size: @notify-font-size;
|
font-size: @notify-font-size;
|
||||||
line-height: @notify-line-height;
|
line-height: @notify-line-height;
|
||||||
|
|
||||||
|
// allow newline charactor
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user