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 7f072f2 commit 4640779Copy full SHA for 4640779
src/routes/projects/[projectId]/workflows/[workflowId]/+page.svelte
@@ -312,7 +312,7 @@
312
{#if workflow}
313
<div class="container">
314
<div class="d-flex justify-content-between align-items-center my-3">
315
- <h1>Workflow {workflow.name} #{$page.params.workflowId}</h1>
+ <h1 class='fs-3'>Workflow {workflow.name} #{$page.params.workflowId}</h1>
316
</div>
317
<div class="row">
318
<div class="col-4">
0 commit comments