Skip to content

Commit 4640779

Browse files
committed
Decrease heading dimension for workflow page
1 parent 7f072f2 commit 4640779

File tree

1 file changed

+1
-1
lines changed
  • src/routes/projects/[projectId]/workflows/[workflowId]

1 file changed

+1
-1
lines changed

src/routes/projects/[projectId]/workflows/[workflowId]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
{#if workflow}
313313
<div class="container">
314314
<div class="d-flex justify-content-between align-items-center my-3">
315-
<h1>Workflow {workflow.name} #{$page.params.workflowId}</h1>
315+
<h1 class='fs-3'>Workflow {workflow.name} #{$page.params.workflowId}</h1>
316316
</div>
317317
<div class="row">
318318
<div class="col-4">

0 commit comments

Comments
 (0)