Browse Source

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

pull/218/head
vben 6 years ago
parent
commit
ea9355398f
  1. 2
      src/components/Table/src/style/index.less

2
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 {

Loading…
Cancel
Save