0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

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

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;