Skip to content

Commit

Permalink
Prevent grid with default cols from breaking when large pre was prese…
Browse files Browse the repository at this point in the history
…nt (#30049)
  • Loading branch information
JensLuyten authored and XhmikosR committed Jan 28, 2020
1 parent 76fea73 commit 45133f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/mixins/_grid-framework.scss
Expand Up @@ -31,6 +31,7 @@
.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 45133f6

Please sign in to comment.