summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src/styles
diff options
context:
space:
mode:
authorVanessa Pertsch <vanessa.pertsch@nextcloud.com>2022-05-12 09:50:33 +0200
committerVanessa Pertsch <vanessa.pertsch@nextcloud.com>2022-05-12 16:16:59 +0200
commitd6698c160a7b2a621ae7efffb35230e8aaf30c5e (patch)
treee292dd0ca1f3c6adc24925aca8678034290d7954 /apps/workflowengine/src/styles
parent32139610c5e11ee84c71cc1db3e58523f749aa27 (diff)
downloadnextcloud-server-d6698c160a7b2a621ae7efffb35230e8aaf30c5e.tar.gz
nextcloud-server-d6698c160a7b2a621ae7efffb35230e8aaf30c5e.zip
add vue button component in workflow operation.vue
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Diffstat (limited to 'apps/workflowengine/src/styles')
-rw-r--r--apps/workflowengine/src/styles/operation.scss1
1 files changed, 1 insertions, 0 deletions
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%;