elm-bootstrap icon indicating copy to clipboard operation
elm-bootstrap copied to clipboard

Vertical Buttongroups should use only class "btn-group-vertical"

Open DerFox4 opened this issue 5 years ago • 0 comments

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.

Bildschirmfoto 2019-09-02 um 15 48 26

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.

https://getbootstrap.com/docs/4.3/components/button-group/#vertical-variation

DerFox4 avatar Sep 03 '19 08:09 DerFox4