]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Prevent grid with default cols from breaking when large pre was present (#30049)
authorJens Luyten <luytenjens@gmail.com>
Sat, 25 Jan 2020 09:15:06 +0000 (10:15 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 17 Feb 2020 19:33:54 +0000 (21:33 +0200)
scss/mixins/_grid-framework.scss

index 8e291f7ae0dc75e3bb9580f4c952ca0476843f7a..efe51f8f0cc84eb3ce5c919296d53a3b902eabfd 100644 (file)
@@ -31,6 +31,7 @@
       .col#{$infix} {
         flex-basis: 0;
         flex-grow: 1;
+        min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410
         max-width: 100%;
       }