diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2019-05-20 10:30:53 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2019-05-20 10:30:53 -0500 |
commit | 7ad09858d582432bf1bfd3e226b84ef0de1cab3d (patch) | |
tree | fdff978b12018ad82dab51f16025222b38a600e2 | |
parent | 7115bd811f4bc87c0706fc2b876729878ad8fc5b (diff) | |
download | gitlab-ce-7ad09858d582432bf1bfd3e226b84ef0de1cab3d.tar.gz |
Fix padding of unclickable pipeline dropdown items to match links
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 2 | ||||
-rw-r--r-- | changelogs/unreleased/59105-padding-unclickable-pipeline-job.yml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 12a3b8c88f3..aa6bbc8e473 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -903,7 +903,7 @@ button.mini-pipeline-graph-dropdown-toggle { // Match dropdown.scss for all `a` tags &.non-details-job-component { - padding: 8px 16px; + padding: $gl-padding-8 $gl-btn-horz-padding; } .ci-job-name-component { diff --git a/changelogs/unreleased/59105-padding-unclickable-pipeline-job.yml b/changelogs/unreleased/59105-padding-unclickable-pipeline-job.yml new file mode 100644 index 00000000000..95f08af3cb1 --- /dev/null +++ b/changelogs/unreleased/59105-padding-unclickable-pipeline-job.yml @@ -0,0 +1,5 @@ +--- +title: Fix padding of unclickable pipeline dropdown items to match links +merge_request: +author: +type: fixed |