From baa78bfa5fbdecd63113bd3f46683d075263b893 Mon Sep 17 00:00:00 2001 From: clinyong Date: Fri, 25 May 2018 16:28:55 +0800 Subject: [PATCH] Change default word-break to break-word --- components/table/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {