Commit 4b0bcdc0 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix/39759-new-project-icon-vertical-align' into 'master'

fix(settings): Adjusted vertical alignment of visibility icons

Closes #39759

See merge request gitlab-org/gitlab-ce!24511
parents f38f646c 6711a048
...@@ -167,12 +167,14 @@ ...@@ -167,12 +167,14 @@
font-weight: $gl-font-weight-normal; font-weight: $gl-font-weight-normal;
display: inline-block; display: inline-block;
color: $gl-text-color; color: $gl-text-color;
vertical-align: top;
} }
.option-description, .option-description,
.option-disabled-reason { .option-disabled-reason {
margin-left: 30px; margin-left: 30px;
color: $project-option-descr-color; color: $project-option-descr-color;
margin-top: -5px;
} }
.option-disabled-reason { .option-disabled-reason {
......
---
title: Adjust vertical alignment for project visibility icons
merge_request: 24511
author: Martin Hobert
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