Skip to content

Commit

Permalink
Adjust detail card footer styling, making space for extra details
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Dec 16, 2024
1 parent 048dd0c commit 27f01c7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion website/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,18 @@ function selectWorkflow(workflow: Workflow) {
v-for="workflow in filteredWorkflows"
:key="workflow.definition.uuid"
:id="`workflow-${workflow.definition.uuid}`"
class="mb-4 p-6">
:ui="{
strategy: 'override',
color: {
white: {
solid: 'bg-white dark:bg-gray-900',
},
},
footer: {
padding: 'px-6 py-2',
},
}"
class="mb-6">
<template #header>
<h2 class="text-xl font-bold mb-2">{{ workflow.definition.name }}</h2>
</template>
Expand Down

0 comments on commit 27f01c7

Please sign in to comment.