Commit 50d66b63 authored by Fatih Acet's avatar Fatih Acet Committed by Regis

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

Reduce padding of mr widget mini graph

See merge request !9071
parent 05e46a2f
......@@ -125,6 +125,12 @@
line-height: 16px;
}
@media (min-width: $screen-sm-min) {
.stage-cell {
padding: 0 4px;
}
}
@media (max-width: $screen-xs-max) {
order: 1;
margin-top: $gl-padding-top;
......
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