diff --git a/components/table/style/index.less b/components/table/style/index.less index a273d01a76..3815a231b3 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -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 {