From 79aab5951c1b89eb7a09ca60e45197532b5c8b00 Mon Sep 17 00:00:00 2001 From: Alireza Heidari Date: Wed, 16 Oct 2024 15:29:08 +0200 Subject: [PATCH] Enhance WorkflowCard header layout with relative positioning Added relative positioning to the workflow card header to improve layout control and ensure proper alignment of child elements. Fixes #19006 --- client/src/components/Workflow/WorkflowCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/Workflow/WorkflowCard.vue b/client/src/components/Workflow/WorkflowCard.vue index f0df64bcebd8..1cab01f5d425 100644 --- a/client/src/components/Workflow/WorkflowCard.vue +++ b/client/src/components/Workflow/WorkflowCard.vue @@ -278,6 +278,7 @@ async function onTagClick(tag: string) { .workflow-card-header { display: grid; + position: relative; .workflow-count-actions { display: flex;