Commit 881d5079 authored by Filipa Lacerda's avatar Filipa Lacerda

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
parents fa42020f 7ad09858
......@@ -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 {
......
---
title: Fix padding of unclickable pipeline dropdown items to match links
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment