Commit 45f9f5e8 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch 'fix-devops-adoption-mobile-actions-css' into 'master'

Fix devops adoption mobile actions css

See merge request gitlab-org/gitlab!62103
parents 86791007 3d749879
......@@ -13,8 +13,10 @@
}
}
.actions-cell {
width: $gl-spacing-scale-6;
@include media-breakpoint-up(sm) {
.actions-cell {
width: $gl-spacing-scale-6;
}
}
@include media-breakpoint-down(sm) {
......@@ -24,4 +26,8 @@
text-align: center !important;
}
}
.actions-cell::before {
@include gl-display-none;
}
}
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