From 25bdb784105595651fcd16695cbc2077b50442c6 Mon Sep 17 00:00:00 2001 From: Amumu Date: Sat, 21 Sep 2019 09:48:46 +0800 Subject: [PATCH] fix: Alert add css word break (#18929) * add word-wrap: break-word; * fix lint --- components/alert/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/alert/style/index.less b/components/alert/style/index.less index 0aa408c811..0e189d096a 100644 --- a/components/alert/style/index.less +++ b/components/alert/style/index.less @@ -13,6 +13,7 @@ position: relative; padding: 8px 15px 8px 37px; + word-wrap: break-word; border-radius: @border-radius-base; &&-no-icon {