We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9270d1c commit 8885dc2Copy full SHA for 8885dc2
scss/_card.scss
@@ -193,8 +193,7 @@
193
// The child selector allows nested `.card` within `.card-group`
194
// to display properly.
195
> .card {
196
- // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
197
- flex: 1 0 0%;
+ flex: 1 0 0;
198
margin-bottom: 0;
199
200
+ .card {
scss/mixins/_grid.scss
@@ -72,7 +72,7 @@
72
@include media-breakpoint-up($breakpoint, $breakpoints) {
73
// Provide basic `.col-{bp}` classes for equal-width flexbox columns
74
.col#{$infix} {
75
- flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
76
}
77
78
.row-cols#{$infix}-auto > * {
0 commit comments