Skip to content

Commit

Permalink
Use flex in workflow index to grow content, shrinking footer to a con…
Browse files Browse the repository at this point in the history
…sistent small size
  • Loading branch information
dannon committed Dec 16, 2024
1 parent ae088ee commit 6fc94f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ function selectWorkflow(workflow: Workflow) {
:id="`workflow-${workflow.definition.uuid}`"
:ui="{
strategy: 'override',
base: 'flex flex-col',
header: {
padding: 'px-6 py-4',
},
body: {
base: 'flex-1',
padding: 'px-6 py-4',
},
footer: {
padding: 'px-6 py-2',
},
Expand Down

0 comments on commit 6fc94f9

Please sign in to comment.