Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit fe448ed

Browse files
Build: minor changes
1 parent 8e7df77 commit fe448ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scss/atoms/_tables.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ thead {
1717
}
1818
}
1919

20-
td,
21-
th {
20+
td {
2221
border-top: 1px solid #eee;
2322
padding: em( 12px, 16px );
2423
white-space: nowrap;
2524
}
2625

2726
th {
27+
border-top: 1px solid #eee;
2828
padding: em( 12px, 12px );
2929
color: #666;
3030
font-weight: 400;
3131
font-size: em( 12px, 16px );
32-
text-transform: uppercase;
32+
white-space: nowrap;
3333
}
3434

3535
.table--responsive {

0 commit comments

Comments
 (0)