diff options
author | Martin Hobert <info@dosh.dk> | 2019-01-31 21:23:45 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.m.gray@gmail.com> | 2019-01-31 21:23:45 +0000 |
commit | 6711a048cff6fac482ba837fe4a2ab9ffad96367 (patch) | |
tree | b45609eab2eb04b148c15698707db900d3ade997 | |
parent | f38f646c85fb5d8c4bc982e1ac080f274fdb56d8 (diff) | |
download | gitlab-ce-6711a048cff6fac482ba837fe4a2ab9ffad96367.tar.gz |
fix(settings): Adjusted vertical alignment of visibility icons
-rw-r--r-- | app/assets/stylesheets/pages/settings.scss | 2 | ||||
-rw-r--r-- | changelogs/unreleased/fix-39759-new-project-icon-vertical-align.yml | 5 |
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 |