2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

don't let the toggle grow when it's the only flex child

This commit is contained in:
Mark Otto
2016-12-28 16:50:07 -08:00
parent ad3a2488b6
commit 24a45deb96
+1
View File
@@ -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;