Commit ea821730 authored by Simon Knox's avatar Simon Knox

fix button alignment on MWPS component

parent 806a68a8
...@@ -65,10 +65,12 @@ export default { ...@@ -65,10 +65,12 @@ export default {
<div class="mr-widget-body media"> <div class="mr-widget-body media">
<status-icon status="success" /> <status-icon status="success" />
<div class="media-body"> <div class="media-body">
<h4> <h4 class="flex-container-block">
<span class="append-right-10">
Set by Set by
<mr-widget-author :author="mr.setToMWPSBy" /> <mr-widget-author :author="mr.setToMWPSBy" />
to be merged automatically when the pipeline succeeds to be merged automatically when the pipeline succeeds
</span>
<a <a
v-if="mr.canCancelAutomaticMerge" v-if="mr.canCancelAutomaticMerge"
@click.prevent="cancelAutomaticMerge" @click.prevent="cancelAutomaticMerge"
...@@ -94,8 +96,13 @@ export default { ...@@ -94,8 +96,13 @@ export default {
<p v-if="mr.shouldRemoveSourceBranch"> <p v-if="mr.shouldRemoveSourceBranch">
The source branch will be removed The source branch will be removed
</p> </p>
<p v-else> <p
v-else
class="flex-container-block"
>
<span class="append-right-10">
The source branch will not be removed The source branch will not be removed
</span>
<a <a
v-if="canRemoveSourceBranch" v-if="canRemoveSourceBranch"
:disabled="isRemovingSourceBranch" :disabled="isRemovingSourceBranch"
......
---
title: fix button alignment on MWPS component
merge_request:
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