Fix spacing of ‘only showing […] rows’ message

It was too far apart.

Can’t be fixed by reducing the margin on the table because this would
bring the table too close to other elements when the ‘only showing’
thing isn’t present.
This commit is contained in:
Chris Hill-Scott
2018-01-26 15:42:33 +00:00
parent f332c9af7c
commit 9ac2c49d4e

View File

@@ -130,9 +130,16 @@
}
&-shim {
width: 100%;
position: relative;
z-index: 9;
margin-bottom: 30px;
& + .table-show-more-link {
margin-top: -28px;
}
}
}