summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-01-31 21:23:45 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-01-31 21:23:45 +0000
commit4b0bcdc0c132fa40556bcc44a3cf8bd8e8f1d2bd (patch)
treeb45609eab2eb04b148c15698707db900d3ade997
parentf38f646c85fb5d8c4bc982e1ac080f274fdb56d8 (diff)
parent6711a048cff6fac482ba837fe4a2ab9ffad96367 (diff)
downloadgitlab-ce-4b0bcdc0c132fa40556bcc44a3cf8bd8e8f1d2bd.tar.gz
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
-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