Commit cffb325e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '37590-pipelines-mr' into 'master'

Fix mini graph pipeline breaking in merge request view

Closes #37590

See merge request gitlab-org/gitlab-ce!14306
parents fc8cd631 05ed804e
......@@ -209,6 +209,11 @@
}
.stage-cell {
@media (min-width: $screen-md-min) {
min-width: 148px;
margin-right: -4px;
}
.mini-pipeline-graph-dropdown-toggle svg {
height: $ci-action-icon-size;
width: $ci-action-icon-size;
......
---
title: Fix mini graph pipeline breakin in merge request view
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