]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Backport #30979 (#30999)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Wed, 10 Jun 2020 13:12:12 +0000 (15:12 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 13:12:12 +0000 (16:12 +0300)
fix(grid)[manual backport]: zero min-width on .col has too much side-effects

scss/mixins/_grid-framework.scss

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