]> 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>
Sat, 25 Jan 2020 09:15:06 +0000 (11:15 +0200)
scss/mixins/_grid-framework.scss

index 1ab9b5a5a7691a0ca77669ae7fd77011f17d2637..53e97b44ac259af7737c432844fe8b5ba4f89852 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%;
       }