Skip to content

Commit

Permalink
Enhance WorkflowCard header layout with relative positioning
Browse files Browse the repository at this point in the history
Added relative positioning to the workflow card header to improve layout control and ensure proper alignment of child elements.

Fixes #19006
  • Loading branch information
itisAliRH committed Oct 16, 2024
1 parent ceef7ca commit 79aab59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Workflow/WorkflowCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ async function onTagClick(tag: string) {
.workflow-card-header {
display: grid;
position: relative;
.workflow-count-actions {
display: flex;
Expand Down

0 comments on commit 79aab59

Please sign in to comment.