default overflow-wrap break-word for all cell

This commit is contained in:
afc163 2019-09-03 15:53:00 +08:00 committed by 偏右
parent 577bc87bba
commit d2aeaab486

View File

@ -332,6 +332,7 @@
&-thead > tr > th,
&-tbody > tr > td {
padding: @table-padding-vertical @table-padding-horizontal;
overflow-wrap: break-word;
}
&-expand-icon-th,