Commit 3285803a authored by Douwe Maan's avatar Douwe Maan

Make pipeline widget padding consistent between MR and commit pages

parent 9ada13d3
...@@ -138,12 +138,6 @@ ...@@ -138,12 +138,6 @@
line-height: 16px; line-height: 16px;
} }
@media (min-width: $screen-sm-min) {
.stage-cell {
padding: 0 4px;
}
}
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
order: 1; order: 1;
margin-top: $gl-padding-top; margin-top: $gl-padding-top;
......
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
.stage-cell { .stage-cell {
font-size: 0; font-size: 0;
padding: 10px 4px; padding: 0 4px;
> .stage-container > div > button > span > svg, > .stage-container > div > button > span > svg,
> .stage-container > button > 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