Skip to content

Commit

Permalink
fix(table): cell content does not wrap #210
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Jan 21, 2021
1 parent 7385ce4 commit ea93553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/src/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ea93553

Please sign in to comment.