Skip to content
Snippets Groups Projects
Commit d01cd84e authored by Fatih Acet's avatar Fatih Acet
Browse files

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

Reduce padding of mr widget mini graph

See merge request !9071
parents 6d971201 29b20181
No related branches found
No related tags found
1 merge request!9071Reduce padding of mr widget mini graph
Pipeline #
Loading
Loading
@@ -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;
Loading
Loading
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