From: Mark Otto Date: Thu, 29 Dec 2016 00:50:07 +0000 (-0800) Subject: don't let the toggle grow when it's the only flex child X-Git-Tag: v4.0.0-alpha.6~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b132d02f9981b99a4abd2cacbb55cb66c9237528;p=thirdparty%2Fbootstrap.git don't let the toggle grow when it's the only flex child --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index ddaabcd81a..12fe8c1b40 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -100,6 +100,7 @@ // Bootstrap JavaScript plugin. .navbar-toggler { + align-self: flex-start; // Prevent toggler from growing to full width when it's the only visible navbar child padding: $navbar-toggler-padding-y $navbar-toggler-padding-x; font-size: $navbar-toggler-font-size; line-height: 1;