Skip to content

Commit

Permalink
fix vertical input button group margin (#24498)
Browse files Browse the repository at this point in the history
* add margin-bottom to .btn of a vertical button group

* match margins of radio/checkbox buttons in a btn-group to the actual buttons

* add comment
  • Loading branch information
gijsbotje authored and mdo committed Oct 22, 2017
1 parent 3b75ebf commit 2564931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/_button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@
[data-toggle="buttons"] {
> .btn,
> .btn-group > .btn {
margin-bottom: 0; // Override default `<label>` value

input[type="radio"],
input[type="checkbox"] {
position: absolute;
Expand Down

0 comments on commit 2564931

Please sign in to comment.