Explorar o código

Add nowrap style to table headers

Tatiana Inama %!s(int64=6) %!d(string=hai) anos
pai
achega
355b341e43
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {