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
This commit is contained in:
Jacob Schatz
2016-03-29 12:10:11 +02:00
committed by Rémy Coutable
parent a96d737bad
commit 9dc8f3d40c
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.6.2 (unreleased)
v 8.6.3 (unreleased)
v 8.6.2
- Fix dropdown alignment. !3298
v 8.6.1
- Add option to reload the schema before restoring a database backup. !2807
+1 -1
View File
@@ -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
+1 -1
View File
@@ -6,7 +6,7 @@
%span.caret
%span.sr-only
Select Archive Format
%ul.col-xs-10.dropdown-menu{ role: 'menu' }
%ul.dropdown-menu.dropdown-menu-align-right{ role: 'menu' }
%li
= link_to archive_namespace_project_repository_path(project.namespace, project, ref: ref, format: 'zip'), rel: 'nofollow' do
%i.fa.fa-download