Skip to content

Commit 91d09f5

Browse files
committed
Reduce container gutter
1 parent 749d0a7 commit 91d09f5

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
@@ -310,7 +310,7 @@
310310
</div>
311311
312312
{#if workflow}
313-
<div class='container py-4'>
313+
<div class='container py-4 px-0'>
314314
<div class='row'>
315315
<div class='col-4'>
316316
<div class='card'>

0 commit comments

Comments
 (0)