Skip to content

Commit

Permalink
fix(bridge-ui): wrong spacing taikoxyz#13339
Browse files Browse the repository at this point in the history
  • Loading branch information
deepaksing committed Apr 8, 2023
1 parent 7dc57f5 commit e079ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bridge-ui/src/components/form/BridgeForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
</div>

{#if showFaucet}
<div class="flex" style="flex-direction:row-reverse">
<div class="flex my-10 md:my-8" style="flex-direction:row-reverse">
<div class="flex items-start">
<button class="btn" on:click={() => (isFaucetModalOpen = true)}>
<Funnel class="mr-2" /> Faucet
Expand Down

0 comments on commit e079ed8

Please sign in to comment.