From 4399547a75df1cbba6318f273ff9ee5e707b867b Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Tue, 2 Aug 2016 21:25:48 +0200 Subject: [PATCH] fixed ripple container size --- scss/_navbar.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index c962ca56..dfb01bcd 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -4,6 +4,11 @@ border-radius: 0; @include box-shadow($bmd-shadow-2dp); + // give correct size to ripple container + .navbar-brand { + position: relative; + } + // #853 start - https://github.com/twbs/bootstrap/pull/18976/files @if $enable-flex { display: flex;