From 870ec04aabc530506d7ad5ed86b1f72095fb7f3c Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 16 Mar 2016 11:50:06 +0800 Subject: [PATCH] break all in table cell --- style/components/table.less | 1 + 1 file changed, 1 insertion(+) diff --git a/style/components/table.less b/style/components/table.less index 2b8a5d947f..0fd4e780f6 100644 --- a/style/components/table.less +++ b/style/components/table.less @@ -82,6 +82,7 @@ th, td { padding: 16px 8px; + word-break: break-all; } th.@{table-prefix-cls}-selection-column,