Skip to content

Commit

Permalink
(web) fix invite email input padding (#214)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Sutula <528969+asutula@users.noreply.github.com>
  • Loading branch information
joewagner and asutula authored Mar 9, 2024
1 parent 63837ea commit bf64882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/components/tag-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const TagInput = forwardRef<HTMLDivElement, Props>(
<div
id={id}
ref={ref}
className="flex w-full max-w-full flex-wrap space-x-1 overflow-scroll rounded-md border pl-1 focus-within:outline-none focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2"
className="flex w-full max-w-full flex-wrap space-x-1 rounded-md border pl-1 focus-within:outline-none focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2"
>
{tags.map((tag, i) => (
<div
Expand Down

0 comments on commit bf64882

Please sign in to comment.