Commit 3d749879 authored by Brandon Labuschagne's avatar Brandon Labuschagne Committed by Nicolò Maria Mezzopera

Fix devops adoption mobile actions css

parent 93cf1c1d
...@@ -13,8 +13,10 @@ ...@@ -13,8 +13,10 @@
} }
} }
.actions-cell { @include media-breakpoint-up(sm) {
width: $gl-spacing-scale-6; .actions-cell {
width: $gl-spacing-scale-6;
}
} }
@include media-breakpoint-down(sm) { @include media-breakpoint-down(sm) {
...@@ -24,4 +26,8 @@ ...@@ -24,4 +26,8 @@
text-align: center !important; 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