Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Hobert <info@dosh.dk>2019-02-01 00:23:45 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-02-01 00:23:45 +0300
commit6711a048cff6fac482ba837fe4a2ab9ffad96367 (patch)
treeb45609eab2eb04b148c15698707db900d3ade997 /app/assets/stylesheets/pages/settings.scss
parentf38f646c85fb5d8c4bc982e1ac080f274fdb56d8 (diff)
fix(settings): Adjusted vertical alignment of visibility icons
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-rw-r--r--app/assets/stylesheets/pages/settings.scss2
1 files changed, 2 insertions, 0 deletions
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 {