diff options
| author | Mark Otto <[email protected]> | 2016-12-28 16:50:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 19:07:33 -0800 |
| commit | b132d02f9981b99a4abd2cacbb55cb66c9237528 (patch) | |
| tree | 9ce74654717673753703ed412aea001fa7509684 | |
| parent | cc6d9085f7f88dddc0c027734d75c912c3687bd5 (diff) | |
| download | bootstrap-b132d02f9981b99a4abd2cacbb55cb66c9237528.tar.xz bootstrap-b132d02f9981b99a4abd2cacbb55cb66c9237528.zip | |
don't let the toggle grow when it's the only flex child
| -rw-r--r-- | scss/_navbar.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index ddaabcd81..12fe8c1b4 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; |
