Преглед изворни кода

Add nowrap style to table headers

Tatiana Inama пре 6 година
родитељ
комит
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 {