diff --git a/packages/notify/index.less b/packages/notify/index.less index aee0ee00b..a6b44947a 100644 --- a/packages/notify/index.less +++ b/packages/notify/index.less @@ -9,4 +9,7 @@ padding: @notify-padding; font-size: @notify-font-size; line-height: @notify-line-height; + + // allow newline charactor + white-space: pre-wrap; }