Form inline is not inline anymore
Created by: VirginieGarcin
This happens with 5.0.2.
Example from documentation:

.row-cols-lg-auto > * { width:auto } is overridden by .col-12 { width: 100%; }
Might be linked to #34335 (closed).
Created by: VirginieGarcin
This happens with 5.0.2.
Example from documentation:

.row-cols-lg-auto > * { width:auto } is overridden by .col-12 { width: 100%; }
Might be linked to #34335 (closed).