Skip to content

Commit

Permalink
feat: add more whitespace on the bottom of the workflows page
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrer committed Jun 11, 2024
1 parent 840e86d commit 5899a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Workflows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<SelectButton v-model="selectedOption" :options="options" optionLabel="name"></SelectButton>
<Filters class="ml-auto"/>
</div>
<div v-if="selectedOption">
<div v-if="selectedOption" class="mb-12">
<WorkflowsTimeline v-if="selectedOption.value === 'timeline'" />
<WorkflowsTable v-else />
</div>
Expand Down

0 comments on commit 5899a9f

Please sign in to comment.