From d6698c160a7b2a621ae7efffb35230e8aaf30c5e Mon Sep 17 00:00:00 2001 From: Vanessa Pertsch Date: Thu, 12 May 2022 09:50:33 +0200 Subject: add vue button component in workflow operation.vue Signed-off-by: Vanessa Pertsch --- apps/workflowengine/src/styles/operation.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/workflowengine/src/styles') diff --git a/apps/workflowengine/src/styles/operation.scss b/apps/workflowengine/src/styles/operation.scss index 89c105d58fe..d936c64e2de 100644 --- a/apps/workflowengine/src/styles/operation.scss +++ b/apps/workflowengine/src/styles/operation.scss @@ -24,6 +24,7 @@ flex-grow: 1; display: flex; flex-direction: column; + align-items: center; } .actions__item_options { width: 100%; -- cgit v1.2.3