Commit aed9e654 authored by Miguel Rincon's avatar Miguel Rincon

Merge branch 'pb-add-margin-bottom-run-pipeline' into 'master'

Add margin bottom to mobile run pipeline button

See merge request gitlab-org/gitlab!56221
parents 2aab7082 8c84f788
......@@ -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