diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-04 12:20:20 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-04 12:20:20 +0000 |
commit | 8c0f551f493eb0b5e6b3524bed412c6d75cf31cf (patch) | |
tree | 4072d621a6a8a9adde422a93ff5aacc82c4816a9 /app/views/explore | |
parent | f8c4dc97230c520df077c1274fd8d88680da5242 (diff) | |
download | gitlab-ce-8c0f551f493eb0b5e6b3524bed412c6d75cf31cf.tar.gz |
Updated dropdown CSS
This is a start on #3279 by updating the CSS for the dropdown menu. This doesnt include any CSS for the title bar or filter field
Diffstat (limited to 'app/views/explore')
-rw-r--r-- | app/views/explore/projects/_dropdown.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/projects/_dropdown.html.haml b/app/views/explore/projects/_dropdown.html.haml index 87c556adc7d..a4b4cd8d6c7 100644 --- a/app/views/explore/projects/_dropdown.html.haml +++ b/app/views/explore/projects/_dropdown.html.haml @@ -6,7 +6,7 @@ - else = sort_title_recently_updated %b.caret - %ul.dropdown-menu + %ul.dropdown-menu.dropdown-menu-align-right %li = link_to explore_projects_filter_path(sort: sort_value_name) do = sort_title_name |