Skip to content

Commit

Permalink
Merge pull request #858 from alphagov/fix-page-navigation-active-spacing
Browse files Browse the repository at this point in the history
Fix inconsistent spacing in page navigation
  • Loading branch information
NickColley authored Jan 4, 2017
2 parents 105679d + 55a2935 commit c75a0c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/helpers/_publisher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ aside .page-navigation {
}

&.active {
padding: 0.25em 0.25em 0.25em 0;
padding-top: 0.25em;
padding-bottom: 0.25em;

span.part-number {
padding: 0;
Expand Down

0 comments on commit c75a0c2

Please sign in to comment.