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..a38987236 100644 --- a/src/pages/paper-form.tsx +++ b/src/pages/paper-form.tsx @@ -233,7 +233,7 @@ const JournalQueryForm = ({ onSubmit, error }: SubFormProps) => { -