- Issue created by @tbkot
- Merge request !34Issue #3515522: Horizontal scroll for "row" in container β (Open) created by majmunbog
The padding for container classes is half smaller than the margin for .row. Which leads to a bigger width for .row and horizontal scroll.
In _custom-variables.scss
replace $container-padding-x: $grid-gutter-width / 2 !default;
with $container-padding-x: $grid-gutter-width !default;
Active
2.0
Code