Skip to content

Commit

Permalink
Change default word-break to break-word
Browse files Browse the repository at this point in the history
  • Loading branch information
clinyong committed May 25, 2018
1 parent cbff10d commit 7cf680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/style/index.less
Expand Up @@ -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 {
Expand Down

0 comments on commit 7cf680f

Please sign in to comment.