Commit b684563c authored by Tan Le's avatar Tan Le

Fix spacing between buttons on pipeline header

parent 5d8150fe
......@@ -229,6 +229,7 @@ export default {
v-if="pipeline.cancelable"
:loading="isCanceling"
:disabled="isCanceling"
class="gl-ml-3"
variant="danger"
data-testid="cancelPipeline"
@click="cancelPipeline()"
......
---
title: Fix spacing between buttons on pipeline header
merge_request: 48660
author:
type: fixed
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