Skip to content

Commit

Permalink
Backport #30979 (#30999)
Browse files Browse the repository at this point in the history
fix(grid)[manual backport]: zero min-width on .col has too much side-effects
  • Loading branch information
ffoodd committed Jun 10, 2020
1 parent e9f039d commit 5b81633
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/mixins/_grid-framework.scss
Expand Up @@ -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%;
}

Expand Down

0 comments on commit 5b81633

Please sign in to comment.