Skip to content
Snippets Groups Projects
Commit ca1e3823 authored by Robert Speicher's avatar Robert Speicher
Browse files

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
No related branches found
No related tags found
2 merge requests!12073Add RC2 changes to 9-3-stable,!11193Make pipeline widget padding consistent between MR and commit pages
Pipeline #
Loading
Loading
@@ -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;
Loading
Loading
Loading
Loading
@@ -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 {
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