Skip to content

Commit 2e6c9f3

Browse files
JensLuytenXhmikosR
authored andcommitted
Prevent grid with default cols from breaking when large pre was present (#30049)
1 parent 9a5a606 commit 2e6c9f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/mixins/_grid-framework.scss

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
.col#{$infix} {
3232
flex-basis: 0;
3333
flex-grow: 1;
34+
min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410
3435
max-width: 100%;
3536
}
3637

0 commit comments

Comments
 (0)