mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
use break-word over break-all, close #11722
This commit is contained in:
parent
3ffc7f6ac2
commit
11d29fb522
@ -47,7 +47,7 @@
|
||||
border-radius: @border-radius-base;
|
||||
box-shadow: @box-shadow-base;
|
||||
min-height: 32px;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
// Arrows
|
||||
|
Loading…
Reference in New Issue
Block a user