Commit 29b20181 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Reduce padding of mr widget mini graph

parent 8d443c01
......@@ -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