mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
fix(grid): zero min-width on .col has too much side-effects (#30979)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
21a18c1cf5
commit
32d18d199c
@ -67,7 +67,6 @@
|
|||||||
// Provide basic `.col-{bp}` classes for equal-width flexbox columns
|
// Provide basic `.col-{bp}` classes for equal-width flexbox columns
|
||||||
.col#{$infix} {
|
.col#{$infix} {
|
||||||
flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
|
flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
|
||||||
min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-cols#{$infix}-auto > * {
|
.row-cols#{$infix}-auto > * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user