Commit ea935539 authored by vben's avatar vben

fix(table): cell content does not wrap #210

parent 7385ce42
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
.ant-table-tbody > tr > th, .ant-table-tbody > tr > th,
.ant-table-thead > tr > td, .ant-table-thead > tr > td,
.ant-table-thead > tr > th { .ant-table-thead > tr > th {
white-space: nowrap; white-space: pre;
} }
.ant-table-row-cell-last { .ant-table-row-cell-last {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment