Skip to content

Commit 090f9c0

Browse files
authored
[improvement] Notify: allow newline charactor (youzan#2798)
1 parent 467aee8 commit 090f9c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/notify/index.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
padding: @notify-padding;
1010
font-size: @notify-font-size;
1111
line-height: @notify-line-height;
12+
13+
// allow newline charactor
14+
white-space: pre-wrap;
1215
}

0 commit comments

Comments
 (0)