2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

add support for button dropdowns in justified button groups

This commit is contained in:
aentan
2013-11-19 17:24:49 +08:00
parent 2172e2ea8a
commit ba4c5dae9b
3 changed files with 13 additions and 3 deletions
+5 -1
View File
@@ -238,11 +238,15 @@
width: 100%;
table-layout: fixed;
border-collapse: separate;
.btn {
> .btn,
> .btn-group {
float: none;
display: table-cell;
width: 1%;
}
> .btn-group .btn {
width: 100%;
}
}