fix vertical input button group margin (#24498)

* 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
This commit is contained in:
Gijs Boddeus 2017-10-22 21:17:22 +02:00 committed by Mark Otto
parent 3b75ebff2b
commit 2564931165
1 changed files with 2 additions and 0 deletions

View File

@ -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;