0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00
fix(grid)[manual backport]: zero min-width on .col has too much side-effects
This commit is contained in:
Gaël Poupard 2020-06-10 15:12:12 +02:00 committed by GitHub
parent e9f039d1fe
commit 5b8163301c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@
.col#{$infix} {
flex-basis: 0;
flex-grow: 1;
min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410
max-width: 100%;
}