No wrap for table headers

This commit is contained in:
Montana
2018-12-05 11:33:49 -05:00
parent 596d5d46a9
commit 550eb7bf96
2 changed files with 1 additions and 1 deletions

View File

@@ -63,6 +63,7 @@
th, td {
@include block-list-header;
display: table-cell;
white-space: nowrap;
}
}
}