Просмотр исходного кода

Add nowrap style to table headers

Tatiana Inama 6 лет назад
Родитель
Сommit
355b341e43
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/src/components/Table/styles.css

+ 1 - 0
app/src/components/Table/styles.css

@@ -6,6 +6,7 @@
 
 .table.critter-table th {
   border: 0;
+  white-space: nowrap;
 }
 
 .table.critter-table thead {