diff options
| author | Mark Otto <[email protected]> | 2013-11-30 13:09:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 13:09:55 -0800 |
| commit | 82bbccde9bc91543e7b1a4612d4d87c75c737bba (patch) | |
| tree | e8abb61d6f8d58b20481e2704e5782cf3af1427f /less/button-groups.less | |
| parent | 702ad4c3025c8db0ec482e5eccd339cf1e6c2a5a (diff) | |
| parent | 56113201017cc15bc677a99f61730b2a34cac2a5 (diff) | |
| download | bootstrap-82bbccde9bc91543e7b1a4612d4d87c75c737bba.tar.xz bootstrap-82bbccde9bc91543e7b1a4612d4d87c75c737bba.zip | |
Merge branch 'master' into pr/11648
Conflicts:
dist/css/bootstrap.min.css
less/grid.less
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%; |
