summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-03-17 21:47:03 +0000
committerJacob Schatz <jschatz1@gmail.com>2016-03-17 21:47:03 +0000
commit73ba88b53999124f8e252339c2a0d65d19468f12 (patch)
treec66a1225c29283f35a2274053c9097eb1202d5dd /app/views
parent1ffb32ed613129271c7668385fce4024292ca4ec (diff)
parentd94dc565ba479e969ad548991b411e058330d8f9 (diff)
downloadgitlab-ce-73ba88b53999124f8e252339c2a0d65d19468f12.tar.gz
Merge branch 'download-dropdown-alignment' into 'master'
Fixed alignment of download dropdown With the new dropdown CSS - some dropdowns might look a bit odd ## Previously ![Screen_Shot_2016-03-16_at_11.46.04](/uploads/c1a8fc95ed4410de35d7bd5caedf28f5/Screen_Shot_2016-03-16_at_11.46.04.png) ## Now ![Screen_Shot_2016-03-16_at_11.45.26](/uploads/998637fe0872b2e826a8c17d183499dc/Screen_Shot_2016-03-16_at_11.45.26.png) See merge request !3245
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/repositories/_download_archive.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/repositories/_download_archive.html.haml b/app/views/projects/repositories/_download_archive.html.haml
index b9486a9b492..24658319060 100644
--- a/app/views/projects/repositories/_download_archive.html.haml
+++ b/app/views/projects/repositories/_download_archive.html.haml
@@ -10,7 +10,7 @@
%span.caret
%span.sr-only
Select Archive Format
- %ul.col-xs-10.dropdown-menu{ role: 'menu' }
+ %ul.col-xs-10.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