Commit 8c84f788 authored by pburdette's avatar pburdette

Add margin bottom

Add margin bottom for
mobile run pipeline button
on MR pipelines tab.
parent 3c0902c7
......@@ -192,7 +192,7 @@ export default {
<gl-button
v-if="canRenderPipelineButton"
block
class="gl-mt-3 gl-mb-0 gl-md-display-none"
class="gl-mt-3 gl-mb-3 gl-md-display-none"
variant="success"
data-testid="run_pipeline_button_mobile"
:loading="state.isRunningMergeRequestPipeline"
......
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