🐛 remove word-break for consistent ui, close #13624

This commit is contained in:
afc163 2018-12-17 20:14:39 +08:00
parent d4715e1783
commit 1b0d37d1f3
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -280,8 +280,6 @@
&-thead > tr > th,
&-tbody > tr > td {
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 {