소스 검색

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 {