From 577db4a465510491470c27fa54da20e5433586ec Mon Sep 17 00:00:00 2001 From: Rod Leviton Date: Fri, 13 Jan 2017 17:59:53 +1100 Subject: [PATCH] fix(style): fix height issue of guide links when only 'next' link exists container collapsing as child element is floated --- css/components/navigation.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/components/navigation.styl b/css/components/navigation.styl index ff8cc80..7935a84 100644 --- a/css/components/navigation.styl +++ b/css/components/navigation.styl @@ -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