Commit c66db38d authored by Phil Hughes's avatar Phil Hughes

Merge branch '35399-mini-graph-commits-box' into 'master'

Fix margin in mini graph for commits box

Closes #35399 and #35383

See merge request !13014
parents 9e8ea074 59fd9646
...@@ -54,7 +54,11 @@ ...@@ -54,7 +54,11 @@
.mr-widget-pipeline-graph { .mr-widget-pipeline-graph {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin: 0 -6px 0 0; margin-right: 4px;
.stage-cell .stage-container {
margin: 3px 3px 3px 0;
}
.dropdown-menu { .dropdown-menu {
margin-top: 11px; margin-top: 11px;
......
---
title: Fix margins in the mini graph for pipeline in commits box
merge_request:
author:
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