2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03: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:
Iqbal Kabir
2014-04-17 13:21:09 +06:00
parent d08f7dd807
commit 132732e422
+4
View File
@@ -216,6 +216,10 @@
> .btn-group .btn {
width: 100%;
}
> .btn-group .dropdown-menu {
left: auto;
}
}