diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-05-20 18:28:31 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-05-20 18:28:31 +0000 |
commit | 881d5079ff16e59af0d9bf4f83e4a93cf107899b (patch) | |
tree | 282e6481b7b3ab19c736d7d1567f1f55e6269e1c | |
parent | fa42020f148dc4be1d3dbcfeec0d5567e237add9 (diff) | |
parent | 7ad09858d582432bf1bfd3e226b84ef0de1cab3d (diff) | |
download | gitlab-ce-881d5079ff16e59af0d9bf4f83e4a93cf107899b.tar.gz |
Merge branch '59105-padding-unclickable-pipeline-job' into 'master'
Fix padding of unclickable pipeline dropdown items to match links
Closes #59105
See merge request gitlab-org/gitlab-ce!28485
-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 |