mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54:24 +01:00
Prevent grid with default cols from breaking when large pre was present (#30049)
This commit is contained in:
parent
1884b8a421
commit
7ca811315f
@ -31,6 +31,7 @@
|
|||||||
.col#{$infix} {
|
.col#{$infix} {
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user