Commit 4a4226c4 authored by George Tsiolis's avatar George Tsiolis

Update external link icon in header user dropdown

parent ef648693
...@@ -539,6 +539,10 @@ ...@@ -539,6 +539,10 @@
display: block; display: block;
} }
} }
svg {
vertical-align: text-top;
}
} }
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
%li %li
= link_to "https://about.gitlab.com/contributing", target: '_blank', class: 'text-nowrap' do = link_to "https://about.gitlab.com/contributing", target: '_blank', class: 'text-nowrap' do
= _("Contribute to GitLab") = _("Contribute to GitLab")
= icon('external-link') = sprite_icon('external-link', size: 16)
%li.divider %li.divider
- if current_user_menu?(:sign_out) - if current_user_menu?(:sign_out)
%li %li
......
---
title: Update external link icon in header user dropdown
merge_request: 20150
author: George Tsiolis
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment