aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-05 00:50:40 -0700
committerMark Otto <[email protected]>2013-08-05 00:50:40 -0700
commitd2389ec7c41183bde77b39ff8f86ff827c9b2174 (patch)
treed283c1fff5b242027b5ec3865cf5a97cd842837b /less
parent11e46845b2d33889a7aa9bed7e63b686061e1db3 (diff)
downloadbootstrap-d2389ec7c41183bde77b39ff8f86ff827c9b2174.tar.xz
bootstrap-d2389ec7c41183bde77b39ff8f86ff827c9b2174.zip
fixes #8832 and #8823: remove max-width from .navbar-brand when not mobile
Diffstat (limited to 'less')
-rw-r--r--less/navbar.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/navbar.less b/less/navbar.less
index 9429a1dd0..99d741790 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -302,6 +302,7 @@
float: left;
margin-left: -(@navbar-padding-horizontal);
margin-right: 5px;
+ max-width: none; // Disables the default mobile setting
}
.navbar-nav {
float: left;