Skip to content
Snippets Groups Projects
Verified Commit ceb317d7 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Fixes mini graph in commit view

parent 705d0e35
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -54,12 +54,15 @@
.mr-widget-pipeline-graph {
display: inline-block;
vertical-align: middle;
margin-right: 4px;
 
.stage-cell .stage-container {
margin: 3px 3px 3px 0;
}
 
.stage-container:last-child {
margin-right: 0;
}
.dropdown-menu {
margin-top: 11px;
}
Loading
Loading
Loading
Loading
@@ -209,9 +209,11 @@
}
 
.stage-cell {
@media (min-width: $screen-md-min) {
min-width: 148px;
margin-right: -4px;
&.table-section {
@media (min-width: $screen-md-min) {
min-width: 148px;
margin-right: -4px;
}
}
 
.mini-pipeline-graph-dropdown-toggle svg {
Loading
Loading
---
title: Fixes mini pipeline graph in commit view
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment