Bootstrap horizontal stacking of list-group
Just change your class list-group
to list-inline
. Everything else stays the exact same.
For Bootstrap 4, replace list-group
with d-flex flex-wrap
.
https://jsfiddle.net/rd5my6hf/
Just change your class list-group
to list-inline
. Everything else stays the exact same.
For Bootstrap 4, replace list-group
with d-flex flex-wrap
.
https://jsfiddle.net/rd5my6hf/