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; ...@@ -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