Skip to content

Commit

Permalink
fix(style): fix height issue of guide links when only 'next' link exists
Browse files Browse the repository at this point in the history
container collapsing as child element is floated
  • Loading branch information
rodleviton committed Jan 13, 2017
1 parent 28c6a0b commit 577db4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/components/navigation.styl
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
margin-bottom 40px
padding-bottom 20px
border-bottom 1px solid $white-smoke
width 100%
&:after
@extend .clearfix

.a
text-decoration none !important
Expand Down

0 comments on commit 577db4a

Please sign in to comment.