Commit ea9355398fe89235bf2e657c291541bd79a41d98
1 parent
7385ce42
fix(table): cell content does not wrap #210
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Table/src/style/index.less
@@ -111,7 +111,7 @@ | @@ -111,7 +111,7 @@ | ||
111 | .ant-table-tbody > tr > th, | 111 | .ant-table-tbody > tr > th, |
112 | .ant-table-thead > tr > td, | 112 | .ant-table-thead > tr > td, |
113 | .ant-table-thead > tr > th { | 113 | .ant-table-thead > tr > th { |
114 | - white-space: nowrap; | 114 | + white-space: pre; |
115 | } | 115 | } |
116 | 116 | ||
117 | .ant-table-row-cell-last { | 117 | .ant-table-row-cell-last { |