We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561e961 commit 678a883Copy full SHA for 678a883
client/src/components/Workflow/List/WorkflowCardList.vue
@@ -92,7 +92,7 @@ const workflowPublished = ref<InstanceType<typeof WorkflowPublished>>();
92
</script>
93
94
<template>
95
- <div class="workflow-card-list d-flex flex-wrap overflow-auto">
+ <div class="workflow-card-list d-flex flex-wrap overflow-auto pt-1">
96
<WorkflowCard
97
v-for="workflow in workflows"
98
:ref="props.itemRefs[workflow.id]"
0 commit comments