diff --git a/client/src/components/Workflow/WorkflowActions.vue b/client/src/components/Workflow/WorkflowActions.vue index 122f0571aeec..52d6037ff89b 100644 --- a/client/src/components/Workflow/WorkflowActions.vue +++ b/client/src/components/Workflow/WorkflowActions.vue @@ -242,7 +242,7 @@ const menuActions: ComputedRef = computed(() => { :data-workflow-actions-dropdown="workflow.id" right no-caret - class="workflow-actions-dropdown show-in-card" + class="workflow-actions-dropdown" toggle-class="inline-icon-button" title="Workflow actions" variant="link"> diff --git a/client/src/components/Workflow/WorkflowCard.vue b/client/src/components/Workflow/WorkflowCard.vue index f82a13870038..5734a6ae9ac6 100644 --- a/client/src/components/Workflow/WorkflowCard.vue +++ b/client/src/components/Workflow/WorkflowCard.vue @@ -123,38 +123,34 @@ async function onTagClick(tag: string) { :class="{ 'workflow-shared': workflow.published, }"> -
-
-
- - - - {{ workflow.name }} - - - - -
+
+ -
- +
+ - -
+
+ + {{ workflow.name }} + + + + +