Fix wonky tables on dashboard and activity page

Tables with a `layout` of `fixed` determine column widths from the
width of the column headings.

We weren’t setting the width of the first column heading, so our tables
were getting out of alignment.
This commit is contained in:
Chris Hill-Scott
2016-07-13 16:56:28 +01:00
parent 76369b3d10
commit 9c83d559f3

View File

@@ -21,6 +21,10 @@
}
}
.table-field-heading-first {
width: 52.5%
}
.table-row {
th {
display: table-cell;