Allow overflow on right-aligned table cells

The right aligned cells contain ‘Change’ links. These have a large
`border` to make the clickable area bigger. This commit removes the
`overflow: hidden` from these cells, so that the larger border remains
visible.
This commit is contained in:
Chris Hill-Scott
2019-04-26 11:43:41 +01:00
parent da19c0b4ad
commit a1025111d9

View File

@@ -69,7 +69,7 @@
}
td {
td.table-field-center-aligned {
&:first-child {