Fixes mini graph in commit view

This commit is contained in:
Filipa Lacerda 2017-10-09 11:08:36 +01:00
parent 705d0e35da
commit ceb317d7cd
No known key found for this signature in database
GPG key ID: 9CA3FDE4D1E2F1C8
3 changed files with 14 additions and 4 deletions

View file

@ -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;
}

View file

@ -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 {

View file

@ -0,0 +1,5 @@
---
title: Fixes mini pipeline graph in commit view
merge_request:
author:
type: fixed