Bootstrap button dropdown wrapping problem

Found a few solutions to this problem, this change seemed the easiest. I don’t know which browsers will still have the wrapping issue after this change:


.btn-group {
display: flex;
}