Commit 7ad09858 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix padding of unclickable pipeline dropdown items to match links

parent 7115bd81
......@@ -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