fix(settings): Adjusted vertical alignment of visibility icons

This commit is contained in:
Martin Hobert 2019-01-31 21:23:45 +00:00 committed by Annabel Dunstone Gray
parent f38f646c85
commit 6711a048cf
2 changed files with 7 additions and 0 deletions

View File

@ -167,12 +167,14 @@
font-weight: $gl-font-weight-normal;
display: inline-block;
color: $gl-text-color;
vertical-align: top;
}
.option-description,
.option-disabled-reason {
margin-left: 30px;
color: $project-option-descr-color;
margin-top: -5px;
}
.option-disabled-reason {

View File

@ -0,0 +1,5 @@
---
title: Adjust vertical alignment for project visibility icons
merge_request: 24511
author: Martin Hobert
type: fixed