Commit ffdc03a6 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '233426-justin_ho-fix-svg-alignment-jobs-page' into 'master'

Fix vertical alignment of svg icons on Jobs page

See merge request gitlab-org/gitlab!38656
parents fef5948e 52a5acfd
......@@ -108,7 +108,7 @@
svg {
position: relative;
top: 5px;
top: 3px;
margin-right: 5px;
width: 22px;
height: 22px;
......@@ -275,8 +275,6 @@
overflow: auto;
svg {
position: relative;
top: 3px;
margin-right: 3px;
height: 14px;
width: 14px;
......
......@@ -183,7 +183,7 @@
.option-description,
.option-disabled-reason {
margin-left: 30px;
margin-left: 20px;
color: $project-option-descr-color;
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