Commit 7a56b0ce authored by Mike Greiling's avatar Mike Greiling

Merge branch...

Merge branch '233426-https-gitlab-com-gitlab-org-gitlab-merge_requests-38059-causing-icons-to-be-misaligned-on' into 'master'

Fix vertical alignment of some svg icons

See merge request gitlab-org/gitlab!38550
parents bc643625 34785d40
...@@ -863,9 +863,6 @@ $ide-commit-header-height: 48px; ...@@ -863,9 +863,6 @@ $ide-commit-header-height: 48px;
.ide-external-link { .ide-external-link {
svg { svg {
display: none; display: none;
position: absolute;
top: 2px;
right: -$gl-padding;
} }
&:hover, &:hover,
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
svg { svg {
height: 13px; height: 13px;
width: 13px; width: 13px;
position: relative;
top: 2px;
overflow: visible; overflow: visible;
} }
......
---
title: Fix vertical alignment of some svg icons
merge_request: 38550
author:
type: fixed
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