Change default word-break to break-word

This commit is contained in:
clinyong 2018-05-25 16:28:55 +08:00 committed by 偏右
parent 8c2f99fd3e
commit baa78bfa5f

View File

@ -168,7 +168,7 @@
&-thead > tr > th,
&-tbody > tr > td {
padding: @table-padding-vertical @table-padding-horizontal;
word-break: break-all;
word-break: break-word;
}
&-thead > tr > th.@{table-prefix-cls}-selection-column-custom {