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
1 changed files with 1 additions and 0 deletions

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