summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Hobert <info@dosh.dk>2019-01-31 21:23:45 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-01-31 21:23:45 +0000
commit6711a048cff6fac482ba837fe4a2ab9ffad96367 (patch)
treeb45609eab2eb04b148c15698707db900d3ade997
parentf38f646c85fb5d8c4bc982e1ac080f274fdb56d8 (diff)
downloadgitlab-ce-6711a048cff6fac482ba837fe4a2ab9ffad96367.tar.gz
fix(settings): Adjusted vertical alignment of visibility icons
-rw-r--r--app/assets/stylesheets/pages/settings.scss2
-rw-r--r--changelogs/unreleased/fix-39759-new-project-icon-vertical-align.yml5
2 files changed, 7 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 {
diff --git a/changelogs/unreleased/fix-39759-new-project-icon-vertical-align.yml b/changelogs/unreleased/fix-39759-new-project-icon-vertical-align.yml
new file mode 100644
index 00000000000..3d87807dbc1
--- /dev/null
+++ b/changelogs/unreleased/fix-39759-new-project-icon-vertical-align.yml
@@ -0,0 +1,5 @@
+---
+title: Adjust vertical alignment for project visibility icons
+merge_request: 24511
+author: Martin Hobert
+type: fixed