diff options
| author | Mark Otto <[email protected]> | 2013-11-29 23:30:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-29 23:30:26 -0800 |
| commit | 867422852130111e886df94ab0e5cd412ae2bafc (patch) | |
| tree | 234e888088d7eeb44f99d6c5aaf0457a42f886a8 /less/button-groups.less | |
| parent | e4848286c86af39c5a30c845748fdc46de8b8dd5 (diff) | |
| parent | 9f0da54856f6a4111b4d9f8780db2b2257ef90b1 (diff) | |
| download | bootstrap-867422852130111e886df94ab0e5cd412ae2bafc.tar.xz bootstrap-867422852130111e886df94ab0e5cd412ae2bafc.zip | |
Merge branch 'pr/11493'
Conflicts:
dist/css/bootstrap.min.css
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 0a07a4bc8..87f643d74 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -147,7 +147,8 @@ .btn-group-vertical { > .btn, - > .btn-group { + > .btn-group, + > .btn-group > .btn { display: block; float: none; width: 100%; |
