mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02: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:
@@ -197,6 +197,8 @@
|
|||||||
[data-toggle="buttons"] {
|
[data-toggle="buttons"] {
|
||||||
> .btn,
|
> .btn,
|
||||||
> .btn-group > .btn {
|
> .btn-group > .btn {
|
||||||
|
margin-bottom: 0; // Override default `<label>` value
|
||||||
|
|
||||||
input[type="radio"],
|
input[type="radio"],
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Reference in New Issue
Block a user