diff options
Diffstat (limited to 'apps/workflowengine/src/components/Workflow.vue')
-rw-r--r-- | apps/workflowengine/src/components/Workflow.vue | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/workflowengine/src/components/Workflow.vue b/apps/workflowengine/src/components/Workflow.vue index 986b6f5197c..b4fab5a058c 100644 --- a/apps/workflowengine/src/components/Workflow.vue +++ b/apps/workflowengine/src/components/Workflow.vue @@ -80,15 +80,11 @@ export default { flex-wrap: wrap; max-width: 900px; .actions__item { - max-width: 290px; + max-width: 280px; flex-basis: 250px; } } - .actions__more { - text-align: center; - } - button.icon { padding-left: 32px; background-position: 10px center; |