Fix alignment of links in sticky footer

The delete link was inheriting 1px of extra top padding meant to align
it when displayed alongside a button. In this case it’s not being
displayed alongside a button, so doesn’t need the extra padding.
This commit is contained in:
Chris Hill-Scott
2019-04-02 09:59:18 +01:00
parent 0f9207a161
commit a1a4b7f3d4

View File

@@ -42,7 +42,7 @@
&-delete-link-without-button {
@include core-19;
padding-left: 0;
padding: 0;
display: inline-block;
}