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;
.ide-external-link {
svg {
display: none;
position: absolute;
top: 2px;
right: -$gl-padding;
}
&:hover,
......
......@@ -12,8 +12,6 @@
svg {
height: 13px;
width: 13px;
position: relative;
top: 2px;
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