diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2016-03-23 15:24:21 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2016-03-23 15:24:21 +0000 |
commit | 384a82f1a321d1edecd312d0c124785370212edf (patch) | |
tree | 4eaf61ad8c2f92807d8fcd3757eff7d0b4716450 /app/views/projects/branches | |
parent | a4fa5d3e3d0ab680495c8cfbe9fb85fd25dfe767 (diff) | |
parent | 57749022b6e07e8c6af37b6ad39dd68922828315 (diff) | |
download | gitlab-ce-384a82f1a321d1edecd312d0c124785370212edf.tar.gz |
Merge branch 'dropdown-right-align' into 'master'
Dropdown alignment
Hopefully the JS will stop this happening in future as well!
Closes #14386
![Screen_Shot_2016-03-18_at_12.54.32](/uploads/d11b51d3577df3a19b8b3a0fd7b69788/Screen_Shot_2016-03-18_at_12.54.32.png)
See merge request !3298
Diffstat (limited to 'app/views/projects/branches')
-rw-r--r-- | app/views/projects/branches/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/index.html.haml b/app/views/projects/branches/index.html.haml index 7afea5a5049..88266e21230 100644 --- a/app/views/projects/branches/index.html.haml +++ b/app/views/projects/branches/index.html.haml @@ -16,7 +16,7 @@ - else Name %b.caret - %ul.dropdown-menu + %ul.dropdown-menu.dropdown-menu-align-right %li = link_to namespace_project_branches_path(sort: nil) do Name |