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

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 {