From 6711a048cff6fac482ba837fe4a2ab9ffad96367 Mon Sep 17 00:00:00 2001 From: Martin Hobert Date: Thu, 31 Jan 2019 21:23:45 +0000 Subject: fix(settings): Adjusted vertical alignment of visibility icons --- app/assets/stylesheets/pages/settings.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/assets/stylesheets/pages/settings.scss') diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss index c5b9d1f6885..811cc310a8f 100644 --- a/app/assets/stylesheets/pages/settings.scss +++ b/app/assets/stylesheets/pages/settings.scss @@ -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 { -- cgit v1.2.3