diff options
| author | Mark Otto <[email protected]> | 2014-05-12 20:26:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-05-12 20:26:23 -0700 |
| commit | c42cd8164c8698cbc3acfbb99e525bd8f195d819 (patch) | |
| tree | cd132146d6f1a81f47d922cc12abd268cb5178f1 /less | |
| parent | 31956be6ef6d1b1a2537c3441e69120ef3c99a2b (diff) | |
| parent | d4c72487490169c11e4c0166d31cbb40b105c216 (diff) | |
| download | bootstrap-c42cd8164c8698cbc3acfbb99e525bd8f195d819.tar.xz bootstrap-c42cd8164c8698cbc3acfbb99e525bd8f195d819.zip | |
Merge branch 'master' into icon_paths
Conflicts:
dist/css/bootstrap.css.map
docs/dist/css/bootstrap.css.map
Diffstat (limited to 'less')
| -rw-r--r-- | less/button-groups.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 6dbb09f4c..7021ecd17 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -216,6 +216,10 @@ > .btn-group .btn { width: 100%; } + + > .btn-group .dropdown-menu { + left: auto; + } } |
