update number inputs

This commit is contained in:
Mutasem 2021-08-02 21:32:06 +02:00
parent 443950c519
commit 979d93e812
2 changed files with 4 additions and 1 deletions

View file

@ -303,7 +303,7 @@ h1, h2, h3, h4, h5, h6 {
.el-input-number {
background-color: $--custom-input-background;
border-radius: 16px;
width: calc(100% - 20px);
width: 100%;
.el-input-number__decrease,
.el-input-number__increase {

View file

@ -72,6 +72,7 @@
v-if="workflowRunning === true && !executionWaitingForWebhook"
icon="stop"
size="lg"
iconSize="md"
class="stop-execution"
type="light"
:title="stopExecutionInProgress ? 'Stopping current execution':'Stop current execution'"
@ -84,6 +85,7 @@
class="stop-execution"
icon="stop"
size="lg"
iconSize="md"
title="Stop waiting for Webhook call"
type="light"
:loading="stopExecutionInProgress"
@ -95,6 +97,7 @@
title="Deletes the current Execution Data."
icon="trash"
size="lg"
iconSize="md"
@click.stop="clearExecutionData()"
/>
</div>