瀏覽代碼

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 {