mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
fix: Alert add css word break (#18929)
* add word-wrap: break-word; * fix lint
This commit is contained in:
parent
8b4bd0c23d
commit
25bdb78410
@ -13,6 +13,7 @@
|
||||
|
||||
position: relative;
|
||||
padding: 8px 15px 8px 37px;
|
||||
word-wrap: break-word;
|
||||
border-radius: @border-radius-base;
|
||||
|
||||
&&-no-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user