Commit 25649311 authored by Gijs Boddeus's avatar Gijs Boddeus Committed by Mark Otto
Browse files

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
parent 3b75ebff
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment