From 5f3e3aee98ac952ac7378d2fcde65c57a5641143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 23 Dec 2019 12:35:45 +0100 Subject: [PATCH] Fix spacing between text and icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/workflowengine/src/components/Rule.vue | 6 ++++-- apps/workflowengine/src/store.js | 2 +- apps/workflowengine/src/styles/operation.scss | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/workflowengine/src/components/Rule.vue b/apps/workflowengine/src/components/Rule.vue index 5285005f53..51eb0665ee 100644 --- a/apps/workflowengine/src/components/Rule.vue +++ b/apps/workflowengine/src/components/Rule.vue @@ -30,7 +30,7 @@ @input="updateOperation" />
-
-

{{ error }}

+

+ {{ error }} +

diff --git a/apps/workflowengine/src/store.js b/apps/workflowengine/src/store.js index a8be467193..7cb1956b6f 100644 --- a/apps/workflowengine/src/store.js +++ b/apps/workflowengine/src/store.js @@ -99,7 +99,7 @@ const store = new Vuex.Store({ events, name: '', // unused in the new ui, there for legacy reasons checks: [ - { class: null, operator: null, value: '' } + { class: null, operator: null, value: '' }, ], operation: rule.operation || '', }) diff --git a/apps/workflowengine/src/styles/operation.scss b/apps/workflowengine/src/styles/operation.scss index c3ca64465e..89c105d58f 100644 --- a/apps/workflowengine/src/styles/operation.scss +++ b/apps/workflowengine/src/styles/operation.scss @@ -16,7 +16,7 @@ background-size: 50px 50px; background-position: center center; margin-top: 10px; - margin-bottom: 20px; + margin-bottom: 10px; background-repeat: no-repeat; } .actions__item__description {