Преглед на файлове

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

vben преди 4 години
родител
ревизия
ea9355398f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 {