Skip to content

Commit ea3216d

Browse files
committed
use stack
1 parent fa9c9d4 commit ea3216d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/(console)/organization-[organization]/header.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
{#if organization?.$id}
100100
<Cover>
101101
<svelte:fragment slot="header">
102-
<span class="u-flex u-cross-center u-gap-12 u-min-width-0">
102+
<Layout.Stack direction="row" alignItems="center" gap="m" class="u-min-width-0">
103103
<Typography.Title color="--fgcolor-neutral-primary" size="xl" truncate>
104104
{organization.name}
105105
</Typography.Title>
@@ -127,7 +127,7 @@
127127
isCloud ? goto(`${base}/create-organization`) : newOrgModal.set(true)}>
128128
<Icon icon={IconPlus} size="s" />
129129
</Button>
130-
</span>
130+
</Layout.Stack>
131131
<div class="u-margin-inline-start-auto">
132132
<Layout.Stack direction="row" alignItems="center" gap="xl">
133133
{#if $members.total > 1}

0 commit comments

Comments
 (0)