diff options
| author | aentan <[email protected]> | 2013-11-19 17:24:49 +0800 |
|---|---|---|
| committer | aentan <[email protected]> | 2013-11-19 17:24:49 +0800 |
| commit | ba4c5dae9b8e34e90e86ba28aa6bd5acf3351f0d (patch) | |
| tree | 6d9f7ba57064efedbcaf9897e1adf605f4096b47 /less/button-groups.less | |
| parent | 2172e2ea8a79f8c5d43863d83ff31b50abb391a0 (diff) | |
| download | bootstrap-ba4c5dae9b8e34e90e86ba28aa6bd5acf3351f0d.tar.xz bootstrap-ba4c5dae9b8e34e90e86ba28aa6bd5acf3351f0d.zip | |
add support for button dropdowns in justified button groups
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index c25357622..bba9d0295 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -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%; + } } |
