From 32d18d199c8bc5fe6f993bce53e8d793c5523fca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ga=C3=ABl=20Poupard?= Date: Tue, 9 Jun 2020 20:49:29 +0200 Subject: [PATCH] fix(grid): zero min-width on .col has too much side-effects (#30979) Co-authored-by: XhmikosR --- scss/mixins/_grid.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/mixins/_grid.scss b/scss/mixins/_grid.scss index c372a04379..0ef9d1f82b 100644 --- a/scss/mixins/_grid.scss +++ b/scss/mixins/_grid.scss @@ -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 > * { -- 2.47.2