Skip to content

Commit

Permalink
Merge pull request #288 from appwrite/fix-flutter-wizard-overflow
Browse files Browse the repository at this point in the history
fix: wizard flutter overflow
  • Loading branch information
TorstenDittmann authored Feb 13, 2023
2 parents 5198c7b + 5eb0f7b commit aa272fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<WizardStep {beforeSubmit}>
<svelte:fragment slot="title">Register your Flutter app</svelte:fragment>
<svelte:fragment slot="subtitle">
<div class="u-flex u-gap-16 u-margin-block-start-8">
<div class="u-flex u-gap-16 u-margin-block-start-8 u-flex-wrap">
<Pill
button
on:click={() => (platform = Platform.Android)}
Expand Down

1 comment on commit aa272fe

@vercel
Copy link

@vercel vercel bot commented on aa272fe Feb 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.