From e46d43527c711467b8725c9f7829170cb194605f Mon Sep 17 00:00:00 2001 From: Tim Hostetler <6970899+thostetler@users.noreply.github.com> Date: Wed, 8 Apr 2026 14:05:33 -0400 Subject: [PATCH 1/2] fix(ui): sort height alignment, paper form button sizes, facet gap --- src/components/Select/Select.tsx | 3 ++- src/pages/paper-form.tsx | 6 +++--- src/pages/search/index.tsx | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/Select/Select.tsx b/src/components/Select/Select.tsx index 55315bfdb..4e9ed0de0 100644 --- a/src/components/Select/Select.tsx +++ b/src/components/Select/Select.tsx @@ -72,7 +72,8 @@ function SelectImpl< sort: { control: (provided) => ({ ...provided, - height: '2.6em', + height: '40px', + minHeight: '40px', borderRadius: '2px 0 0 2px', borderRightWidth: '0', borderColor: colors.border, diff --git a/src/pages/paper-form.tsx b/src/pages/paper-form.tsx index 478509f80..556b8cbc6 100644 --- a/src/pages/paper-form.tsx +++ b/src/pages/paper-form.tsx @@ -236,7 +236,7 @@ const JournalQueryForm = ({ onSubmit, error }: SubFormProps) => { - @@ -293,7 +293,7 @@ const ReferenceQueryForm = ({ onSubmit, error }: SubFormProps) => { - @@ -350,7 +350,7 @@ const BibcodeQueryForm = ({ onSubmit, error }: SubFormProps) => { - diff --git a/src/pages/search/index.tsx b/src/pages/search/index.tsx index 667a4a3f1..0faa2a2cd 100644 --- a/src/pages/search/index.tsx +++ b/src/pages/search/index.tsx @@ -535,7 +535,7 @@ const SearchFacetFilters = (props: { ); } return ( - + <> - @@ -290,10 +290,10 @@ const ReferenceQueryForm = ({ onSubmit, error }: SubFormProps) => { {errors.reference && errors.reference.message} - - @@ -347,10 +347,10 @@ const BibcodeQueryForm = ({ onSubmit, error }: SubFormProps) => { - -