Fix right aligned table headings

The CSS for these wasn’t being set on the correct class.
This commit is contained in:
Chris Hill-Scott
2016-09-12 11:30:25 +01:00
parent 963decc205
commit 2156085813

View File

@@ -135,6 +135,10 @@
width: 52.5%;
}
}
.table-field-heading {
&:last-child {
padding-right: 0;
}