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
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-06-25 16:46:52 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-06-26 22:22:51 +0300
commit4a4226c48853b80116ff006f47c10301dd12ca73 (patch)
treee8e2d175482d45f968ede635112ab2aa779d2359 /app/assets/stylesheets/framework/header.scss
parentef64869333abc16f1e25a6e769b76ae28290464e (diff)
Update external link icon in header user dropdown
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 91a9b956d9d..5789c3fa1b1 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -539,6 +539,10 @@
display: block;
}
}
+
+ svg {
+ vertical-align: text-top;
+ }
}
}