We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5a606 commit 2e6c9f3Copy full SHA for 2e6c9f3
scss/mixins/_grid-framework.scss
@@ -31,6 +31,7 @@
31
.col#{$infix} {
32
flex-basis: 0;
33
flex-grow: 1;
34
+ min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410
35
max-width: 100%;
36
}
37
0 commit comments