]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: Fix overflow issue in IE. (#25142)
authorMartijn Cuppens <MartijnCuppens@users.noreply.github.com>
Sun, 31 Dec 2017 12:45:26 +0000 (13:45 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 31 Dec 2017 12:45:26 +0000 (14:45 +0200)
assets/scss/_sidebar.scss

index 385cb8cd8e97f9f8ea632d59666f89172a52a7f2..0cfbd60d256fbcbdc46a34f2d53ca72e3944e189 100644 (file)
@@ -65,7 +65,7 @@
   }
 
   @include media-breakpoint-up(xl) {
-    max-width: 320px;
+    flex: 0 1 320px;
   }
 }