Fix mini graph pipeline breakin in merge request view
This commit is contained in:
parent
20295b3db3
commit
05ed804e01
2 changed files with 10 additions and 0 deletions
|
@ -209,6 +209,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.stage-cell {
|
.stage-cell {
|
||||||
|
@media (min-width: $screen-md-min) {
|
||||||
|
min-width: 148px;
|
||||||
|
margin-right: -4px;
|
||||||
|
}
|
||||||
|
|
||||||
.mini-pipeline-graph-dropdown-toggle svg {
|
.mini-pipeline-graph-dropdown-toggle svg {
|
||||||
height: $ci-action-icon-size;
|
height: $ci-action-icon-size;
|
||||||
width: $ci-action-icon-size;
|
width: $ci-action-icon-size;
|
||||||
|
|
5
changelogs/unreleased/37590-pipelines-mr.yml
Normal file
5
changelogs/unreleased/37590-pipelines-mr.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Fix mini graph pipeline breakin in merge request view
|
||||||
|
merge_request:
|
||||||
|
author:
|
||||||
|
type: fixed
|
Loading…
Reference in a new issue