Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-08-11 18:08:06 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-08-26 05:55:14 +0300
commit71d552029126b42de1191a68dd270b5491d849ea (patch)
tree1ea629c665d2bc80be90f449ce13813135940bfb /app
parent1bf2fe276ff084d3b2e0860710ec115a317dd9fc (diff)
Fix branches page dropdown sort alignment
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/nav.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 9e924f99e9c..ceafdc20ebc 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -161,6 +161,7 @@
> .dropdown {
margin-right: $gl-padding-top;
display: inline-block;
+ vertical-align: top;
&:last-child {
margin-right: 0;