fix(table): cell content does not wrap #210
This commit is contained in:
parent
7385ce42e6
commit
ea9355398f
|
|
@ -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…
Reference in New Issue