diff options
| author | Gaƫl Poupard <[email protected]> | 2020-06-09 20:49:29 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-09 21:49:29 +0300 |
| commit | 32d18d199c8bc5fe6f993bce53e8d793c5523fca (patch) | |
| tree | cb79b27b3a8c562d93b112d46cc82ad6ef2520a2 /scss | |
| parent | 21a18c1cf57e8b4a219ada94428dc72426a632a0 (diff) | |
| download | bootstrap-32d18d199c8bc5fe6f993bce53e8d793c5523fca.tar.xz bootstrap-32d18d199c8bc5fe6f993bce53e8d793c5523fca.zip | |
fix(grid): zero min-width on .col has too much side-effects (#30979)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/mixins/_grid.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/mixins/_grid.scss b/scss/mixins/_grid.scss index c372a0437..0ef9d1f82 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 > * { |
