Skip to content

Commit

Permalink
default overflow-wrap break-word for all cell
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 3, 2019
1 parent ad4247c commit 806e7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
&-thead > tr > th,
&-tbody > tr > td {
padding: @table-padding-vertical @table-padding-horizontal;
overflow-wrap: break-word;
}

&-expand-icon-th,
Expand Down

0 comments on commit 806e7a4

Please sign in to comment.