From ce082f447b7b697ad1f01bc9aacb74a6e6d1baac Mon Sep 17 00:00:00 2001 From: celine Date: Wed, 10 Dec 2025 03:53:41 -0500 Subject: [PATCH] a couple more such fixes --- components/Pages/PublicationMetadata.tsx | 2 +- components/Tags.tsx | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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); -- 2.51.2