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
Hey thank you for the awesome package, we're useing it at work and had found this little issue:
In the current version the vertical buttongroups aren’t displayed correctly.
As in this picture to seen the margin and the edges aren't correct displayed.
At the moment elm-bootstrap uses the classes btn-group and btn-group-vertical for vertical buttongroups, but Bootstrap does only use btn-group-vertical.
Hey thank you for the awesome package, we're useing it at work and had found this little issue:
In the current version the vertical buttongroups aren’t displayed correctly.
As in this picture to seen the margin and the edges aren't correct displayed.
At the moment elm-bootstrap uses the classes
btn-group
andbtn-group-vertical
for vertical buttongroups, but Bootstrap does only usebtn-group-vertical
.https://getbootstrap.com/docs/4.3/components/button-group/#vertical-variation
The text was updated successfully, but these errors were encountered: