From ea9355398fe89235bf2e657c291541bd79a41d98 Mon Sep 17 00:00:00 2001 From: vben Date: Thu, 21 Jan 2021 23:00:08 +0800 Subject: [PATCH] fix(table): cell content does not wrap #210 --- src/components/Table/src/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/src/style/index.less b/src/components/Table/src/style/index.less index 17e7d622a56..bd0da390839 100644 --- a/src/components/Table/src/style/index.less +++ b/src/components/Table/src/style/index.less @@ -111,7 +111,7 @@ .ant-table-tbody > tr > th, .ant-table-thead > tr > td, .ant-table-thead > tr > th { - white-space: nowrap; + white-space: pre; } .ant-table-row-cell-last {