Inner container not respecting max-width when padding applied
-
On the latest version of GB, I notice that inner containers stretch wider than the set max width of the inner container when padding to its sides is added.
Seems this is because the inner container isn’t usingbox-sizing: border-box;
which I believe it did in the past.
I hacked around this by using a custom class, but it would be nice to have the inner container automatically respect the set max-width when it is explicitly set.
Maybe I’m just using it wrong?
Cheers!
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Inner container not respecting max-width when padding applied’ is closed to new replies.