]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix(grid): zero min-width on .col has too much side-effects (#30979)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Tue, 9 Jun 2020 18:49:29 +0000 (20:49 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2020 18:49:29 +0000 (21:49 +0300)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
scss/mixins/_grid.scss

index c372a043792b0e790e6b7eec204b7bd7a06d77d5..0ef9d1f82b21bd1414da0f42d79bd8994311f1e7 100644 (file)
@@ -67,7 +67,6 @@
       // Provide basic `.col-{bp}` classes for equal-width flexbox columns
       .col#{$infix} {
         flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
-        min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410
       }
 
       .row-cols#{$infix}-auto > * {