Skip to content

Commit

Permalink
[Field] Fix alignment prepend items (icon)
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Mar 18, 2022
1 parent 86dfd0a commit 5664eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Field.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
>
<Stack horizontal template={hStackTemplate} items="center">
{#if hasPrepend}
<div class="prepend whitespace-nowrap">
<div class="prepend whitespace-nowrap flex items-center">
<slot name="prepend" />

{#if icon}
Expand Down

1 comment on commit 5664eb0

@vercel
Copy link

@vercel vercel bot commented on 5664eb0 Mar 18, 2022

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.