Merge pull request #923 from alphagov/fix-top-keyline-tables

Fix top keyline on tables with hidden col headings
This commit is contained in:
Chris Hill-Scott
2016-09-02 12:15:31 +01:00
committed by GitHub

View File

@@ -20,7 +20,7 @@
.table-field-headings {
th {
font-size: 0;
font-size: 1px;
}
}