Grid columns issue: row >* overriding the width of col-lg-9 in Bootstrap 5 #41077
Replies: 1 comment
-
I don’t see a point posting the same question again. You have an answer in the original question: #41064 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
row {
@include make-row();
Above css is overriding the % width of col-* classes and making it 100%, which is causing issue in using the Bootstrap Grid
Beta Was this translation helpful? Give feedback.
All reactions