Commit 05ed804e authored by Filipa Lacerda's avatar Filipa Lacerda

Fix mini graph pipeline breakin in merge request view

parent 20295b3d
...@@ -209,6 +209,11 @@ ...@@ -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;
......
---
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