Skip to content

Commit 678a883

Browse files
committed
Fix workflow cards highlight bleeding
1 parent 561e961 commit 678a883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Workflow/List/WorkflowCardList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const workflowPublished = ref<InstanceType<typeof WorkflowPublished>>();
9292
</script>
9393

9494
<template>
95-
<div class="workflow-card-list d-flex flex-wrap overflow-auto">
95+
<div class="workflow-card-list d-flex flex-wrap overflow-auto pt-1">
9696
<WorkflowCard
9797
v-for="workflow in workflows"
9898
:ref="props.itemRefs[workflow.id]"

0 commit comments

Comments
 (0)