mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 21:22:52 +02:00
fix(grid)[manual backport]: zero min-width on .col has too much side-effects
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
.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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user