Skip to content

Commit 2d3ae88

Browse files
committed
Fixes #20775 without adding extra width and an important flag
1 parent 2919c34 commit 2d3ae88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scss/mixins/_grid-framework.scss

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
}
2828
}
2929

30+
// Allow columns to stretch full width below their breakpoints
31+
.col-#{$breakpoint} {
32+
@extend %grid-column;
33+
}
34+
3035
@include media-breakpoint-up($breakpoint, $breakpoints) {
3136
// Provide basic `.col-{bp}` classes for equal-width flexbox columns
3237
@if $enable-flex {

0 commit comments

Comments
 (0)