Container padding not equal to row/column padding (v5) #31374
Unanswered
truebluepl
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
in Bootstrap V5 alpha container left and right padding is not equal to row/column margin/padding like in version 4/4.5.
It doesn't matter class container, happens in all .container(-*) classes.
For example: https://jsfiddle.net/fLqjp2av/
Why has it changed and container padding is set to 1rem instead of calc(var(--bs-gutter-x)/ 2)?
Beta Was this translation helpful? Give feedback.
All reactions