Commit ca1e3823 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'dm-pipeline-widget-padding' into 'master'

Make pipeline widget padding consistent between MR and commit pages

See merge request !11193
parents f2b72d79 3285803a
......@@ -131,12 +131,6 @@
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;
......
......@@ -257,7 +257,7 @@
.stage-cell {
font-size: 0;
padding: 10px 4px;
padding: 0 4px;
> .stage-container > div > button > span > svg,
> .stage-container > button > svg {
......
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