From 090f9c01a3e774ac0e1e09dec0e260ba2b3e122f Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 19 Feb 2019 19:25:01 +0800 Subject: [PATCH] [improvement] Notify: allow newline charactor (#2798) --- packages/notify/index.less | 3 +++ 1 file changed, 3 insertions(+) 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; }