Commit 34785d40 authored by Justin Ho's avatar Justin Ho

Fix vertical alignment of some svg icons

Since we are now using vertical-align on these icons,
the fix with `position: relative` and `top: 2px` is no longer
needed.
parent 877c9eaf
......@@ -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