mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 15:50:01 +02:00
Dropdown menu in justified button-group
It seems that dropdown-menu in justified button-group appears at the far left of the group. Check the problem in [Bootstrap site](http://getbootstrap.com/components/#btn-groups-justified).
This commit is contained in:
@@ -216,6 +216,10 @@
|
|||||||
> .btn-group .btn {
|
> .btn-group .btn {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .btn-group .dropdown-menu {
|
||||||
|
left: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user