diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-17 12:18:41 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-17 12:18:41 -0500 |
commit | a1beb409cdfd7b5abb80798934fef811892888e6 (patch) | |
tree | 73db917ecad78fd3c5dd7d8fcc4f6d004a2378f9 /app/views/help | |
parent | 1dfaa6a8475404b52cd37056fce994825d65966f (diff) | |
download | gitlab-ce-a1beb409cdfd7b5abb80798934fef811892888e6.tar.gz |
Fix dropdowns
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/ui.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml index 71744b6546e..0c8ca5fc305 100644 --- a/app/views/help/ui.html.haml +++ b/app/views/help/ui.html.haml @@ -230,7 +230,7 @@ %button.dropdown-menu-toggle{ type: 'button', data: { toggle: 'dropdown' } } Dropdown = icon('chevron-down') - %ul.dropdown-menu.dropdown-menu-align-right + %ul.dropdown-menu.dropdown-menu-right %li %a{ href: "#" } Dropdown option |