diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-09-29 19:27:10 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-09-29 19:27:10 +0000 |
commit | 80373392d7a1e454ecf996bc56c521367ca376cd (patch) | |
tree | 2f8dbc7f32dc50fa5cead832c78f512a6bce0c4d | |
parent | 923a1f7ace53f4913284c384ae2a20a39a999f99 (diff) | |
parent | 7b6ffae249569b5323a6ae7d618776f1362d6bdd (diff) | |
download | gitlab-ce-80373392d7a1e454ecf996bc56c521367ca376cd.tar.gz |
Merge branch '22632-fix-project-explore-dropdown-alignment' into 'master'
Right-align dropdown menus to prevent horizontal page overflow
Added `dropdown-menu-align-right` class to a few dropdown menus in the Projects -> Explore -> All page to prevent overflow.
Closes #22632
See merge request !6600
-rw-r--r-- | app/views/explore/projects/_filter.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/explore/projects/_filter.html.haml b/app/views/explore/projects/_filter.html.haml index cd485da5104..132bbe26fe0 100644 --- a/app/views/explore/projects/_filter.html.haml +++ b/app/views/explore/projects/_filter.html.haml @@ -8,7 +8,7 @@ - else Any %b.caret - %ul.dropdown-menu + %ul.dropdown-menu.dropdown-menu-align-right %li = link_to filter_projects_path(visibility_level: nil) do Any @@ -28,7 +28,7 @@ - else Any %b.caret - %ul.dropdown-menu + %ul.dropdown-menu.dropdown-menu-align-right %li = link_to filter_projects_path(tag: nil) do Any |