Bootstrap 5's autosizing .col-breakpoint do not apply properly if a .col-number is present too
Created by: amyspark
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/