From bf64882dbb882208458997acac2d3317cd8871a0 Mon Sep 17 00:00:00 2001 From: Joe Wagner Date: Fri, 8 Mar 2024 17:09:39 -0700 Subject: [PATCH] (web) fix invite email input padding (#214) Co-authored-by: Aaron Sutula <528969+asutula@users.noreply.github.com> --- packages/web/components/tag-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/tag-input.tsx b/packages/web/components/tag-input.tsx index 20b3b73c..8731005f 100644 --- a/packages/web/components/tag-input.tsx +++ b/packages/web/components/tag-input.tsx @@ -66,7 +66,7 @@ const TagInput = forwardRef(
{tags.map((tag, i) => (