Skip to content

Commit 567bf90

Browse files
authored
Merge pull request #2380 from appwrite/fix-SER-398-Fix-spacing-functions-deployment-card
fix: changed gap from xxl to l
2 parents c320871 + aa05f9f commit 567bf90

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(console)/project-[region]-[project]/functions/function-[function]/(components)

1 file changed

+1
-1
lines changed

src/routes/(console)/project-[region]-[project]/functions/function-[function]/(components)/deploymentCard.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
{/snippet}
7979

8080
<Card padding="m" radius="m" {variant}>
81-
<Layout.Stack gap="xxl">
81+
<Layout.Stack gap="l">
8282
<Layout.GridFraction start={4} end={6}>
8383
<Layout.Stack>
8484
<Layout.Stack direction="row" alignItems="center" gap="s" wrap="wrap">

0 commit comments

Comments
 (0)