Skip to content

Commit

Permalink
HUH-74: Fix margin for on the Verify hint
Browse files Browse the repository at this point in the history
There's some inconsistency in the browsers (talking about you Safari!). Firefox and Chrome works fine.
By setting to a zero value instead of negative it makes it better.
  • Loading branch information
Jakub Miarka committed Dec 16, 2019
1 parent 171aecd commit c3bd6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/views/_choose_sign_in.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
border: 5px solid $govuk-border-colour;
padding: govuk-spacing(3);
box-sizing: border-box;
margin: - govuk-spacing(6) 0 govuk-spacing(6);
margin: 0 0 govuk-spacing(6);

.verify-hint-logos {
margin-bottom: govuk-spacing(3);
Expand Down

0 comments on commit c3bd6e9

Please sign in to comment.