Explorar o código

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

vben %!s(int64=4) %!d(string=hai) anos
pai
achega
ea9355398f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Table/src/style/index.less

+ 1 - 1
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 {