Skip to content

Commit e892ff2

Browse files
authored
Merge pull request #1610 from appwrite/fix-layout
Fix: layout shift.
2 parents 09ed06e + 6a719aa commit e892ff2

File tree

1 file changed

+1
-3
lines changed
  • src/routes/(console)/organization-[organization]/change-plan

1 file changed

+1
-3
lines changed

src/routes/(console)/organization-[organization]/change-plan/+page.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,7 @@
269269
bind:billingPlan
270270
bind:selfService
271271
anyOrgFree={!!anyOrgFree}
272-
class={anyOrgFree && billingPlan !== BillingPlan.FREE
273-
? 'u-margin-block-start-16'
274-
: ''} />
272+
class="u-margin-block-16" />
275273

276274
{#if isDowngrade}
277275
{#if billingPlan === BillingPlan.FREE}

0 commit comments

Comments
 (0)