aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-03 00:55:32 -0700
committerMark Otto <[email protected]>2014-07-03 00:55:32 -0700
commit3537481c972c4b5ebb678e91cd477d1941f99424 (patch)
tree090af67aebf6fea67f64462cada4298ec7fcbb29 /less
parent4f8697cbbb86d0315bab9ac1fac5df403a2c57d7 (diff)
downloadbootstrap-3537481c972c4b5ebb678e91cd477d1941f99424.tar.xz
bootstrap-3537481c972c4b5ebb678e91cd477d1941f99424.zip
Fixes #12738 again: use max-device-width instead of max-width for .navbar-collapse height in landscape devices
Diffstat (limited to 'less')
-rw-r--r--less/navbar.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less
index 55bfd2942..1371865ed 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -92,7 +92,7 @@
.navbar-collapse {
max-height: @navbar-collapse-max-height;
- @media (max-width: @screen-xs-min) and (orientation: landscape) {
+ @media (max-device-width: @screen-xs-min) and (orientation: landscape) {
max-height: 200px;
}
}