diff options
| author | Mark Otto <[email protected]> | 2012-08-14 14:32:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-14 14:32:03 -0700 |
| commit | 0b0d7f104c08307e0a6f275ccaa60db580d6f728 (patch) | |
| tree | 00a8a9b818c41d805987aca62f9d09c234b3f88c /less | |
| parent | 2a6deb92b1786d572ed23347e486043e0df63547 (diff) | |
| download | bootstrap-0b0d7f104c08307e0a6f275ccaa60db580d6f728.tar.xz bootstrap-0b0d7f104c08307e0a6f275ccaa60db580d6f728.zip | |
fixes #4396: pull right dropdown menus no longer overlaid by submenus
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/less/navbar.less b/less/navbar.less index 423ff4c72..435bf2f28 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -337,6 +337,13 @@ left: auto; right: 13px; } + .dropdown-menu { + left: auto; + right: 100%; + margin-left: 0; + margin-right: -1px; + .border-radius(6px 0 6px 6px); + } } |
