mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
[improvement] Notify: allow newline charactor (#2798)
This commit is contained in:
@@ -9,4 +9,7 @@
|
||||
padding: @notify-padding;
|
||||
font-size: @notify-font-size;
|
||||
line-height: @notify-line-height;
|
||||
|
||||
// allow newline charactor
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
Reference in New Issue
Block a user