diff --git a/components/Pages/PublicationMetadata.tsx b/components/Pages/PublicationMetadata.tsx index dcc6bcdf..88396bf2 100644 --- a/components/Pages/PublicationMetadata.tsx +++ b/components/Pages/PublicationMetadata.tsx @@ -262,7 +262,7 @@ const AddTags = () => { return ( {" "} diff --git a/components/Tags.tsx b/components/Tags.tsx index 7a61522b..1f20bc2e 100644 --- a/components/Tags.tsx +++ b/components/Tags.tsx @@ -150,10 +150,10 @@ export const TagSearchInput = (props: { return (
{ setTagInputValue(e.target.value); setIsOpen(true); @@ -174,7 +174,7 @@ export const TagSearchInput = (props: { document.getElementById("tag-search-input")?.focus(); }, 100); }} - className="!w-full px-2! py-2!" + className="w-full p-2! min-w-xs" sideOffset={-39} onOpenAutoFocus={(e) => e.preventDefault()} asChild @@ -190,6 +190,7 @@ export const TagSearchInput = (props: { { setTagInputValue(e.target.value);