mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
🐛 remove word-break for consistent ui, close #13624
This commit is contained in:
parent
d4715e1783
commit
1b0d37d1f3
@ -280,8 +280,6 @@
|
|||||||
&-thead > tr > th,
|
&-thead > tr > th,
|
||||||
&-tbody > tr > td {
|
&-tbody > tr > td {
|
||||||
padding: @table-padding-vertical @table-padding-horizontal;
|
padding: @table-padding-vertical @table-padding-horizontal;
|
||||||
word-break: break-word;
|
|
||||||
-ms-word-break: break-all;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-thead > tr > th.@{table-prefix-cls}-selection-column-custom {
|
&-thead > tr > th.@{table-prefix-cls}-selection-column-custom {
|
||||||
|
Loading…
Reference in New Issue
Block a user