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

Make pipeline widget padding consistent between MR and commit pages

See merge request !11193
This commit is contained in:
Robert Speicher 2017-05-09 17:07:45 +00:00
commit ca1e3823ca
2 changed files with 1 additions and 7 deletions

View file

@ -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;

View file

@ -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 {