Commit 52a5acfd authored by Justin Ho's avatar Justin Ho

Fix vertical alignment of svg icons on Jobs page

And fix text alignment on visibility options
parent 8e811c77
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
svg { svg {
position: relative; position: relative;
top: 5px; top: 3px;
margin-right: 5px; margin-right: 5px;
width: 22px; width: 22px;
height: 22px; height: 22px;
...@@ -275,8 +275,6 @@ ...@@ -275,8 +275,6 @@
overflow: auto; overflow: auto;
svg { svg {
position: relative;
top: 3px;
margin-right: 3px; margin-right: 3px;
height: 14px; height: 14px;
width: 14px; width: 14px;
......
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
.option-description, .option-description,
.option-disabled-reason { .option-disabled-reason {
margin-left: 30px; margin-left: 20px;
color: $project-option-descr-color; color: $project-option-descr-color;
margin-top: -5px; margin-top: -5px;
} }
......
---
title: Fix vertical alignment of svg icons on Jobs page
merge_request: 38656
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