Skip to content

Commit b7009ef

Browse files
committed
changed size from m to l
1 parent 004414b commit b7009ef

File tree

1 file changed

+1
-2
lines changed
  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]

1 file changed

+1
-2
lines changed

src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/table.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,9 @@
344344
</Table.Row.Base>
345345
{/each}
346346
</Table.Root>
347-
<Layout.Stack gap="m" direction="column">
347+
<Layout.Stack gap="l" direction="column">
348348
<Alert.Inline status="info"
349349
>To change the selection edit the relationship settings.</Alert.Inline>
350-
351350
<ul>
352351
<InputChoice id="delete" label="Delete" showLabel={false} bind:value={checked}>
353352
Delete document from <span data-private>{$collection.name}</span>

0 commit comments

Comments
 (0)