diff options
| author | Mark Otto <[email protected]> | 2013-08-05 00:50:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 00:50:40 -0700 |
| commit | d2389ec7c41183bde77b39ff8f86ff827c9b2174 (patch) | |
| tree | d283c1fff5b242027b5ec3865cf5a97cd842837b /less | |
| parent | 11e46845b2d33889a7aa9bed7e63b686061e1db3 (diff) | |
| download | bootstrap-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.less | 1 |
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; |
