0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Prevent grid with default cols from breaking when large pre was present (#30049)

This commit is contained in:
Jens Luyten 2020-01-25 10:15:06 +01:00 committed by XhmikosR
parent 1884b8a421
commit 7ca811315f

View File

@ -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%;
}