Fix padding of unclickable pipeline dropdown items to match links

This commit is contained in:
Annabel Dunstone Gray 2019-05-20 10:30:53 -05:00
parent 7115bd811f
commit 7ad09858d5
2 changed files with 6 additions and 1 deletions

View File

@ -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 {

View File

@ -0,0 +1,5 @@
---
title: Fix padding of unclickable pipeline dropdown items to match links
merge_request:
author:
type: fixed