You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bootstrap v5.0.2 is unable to apply properly .col-breakpoint in the presence of .col-number. The intended effect is shown in the v4 fiddle; make sure the columns are only maximum width on xs up to the specified breakpoint, and then they split the row width among each other.
Hey!
Bootstrap v5.0.2 is unable to apply properly
.col-breakpoint
in the presence of.col-number
. The intended effect is shown in the v4 fiddle; make sure the columns are only maximum width on xs up to the specified breakpoint, and then they split the row width among each other.Example v4: https://jsfiddle.net/qn1f5y46/
Example v5: https://jsfiddle.net/35u72Lhy/
The text was updated successfully, but these errors were encountered: