Skip to content

Commit 5d14cf8

Browse files
committed
changed box size
1 parent 96b830c commit 5d14cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementFormView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const ReimbursementRequestFormView: React.FC<ReimbursementRequestFormViewProps>
199199
return (
200200
<NERAutocomplete
201201
id={'expenseType'}
202-
size="small"
202+
size="medium"
203203
options={mappedExpenseTypes}
204204
value={mappedExpenseTypes.find((expenseType) => expenseType.id === value) || null}
205205
placeholder="Expense Type"

0 commit comments

Comments
 (0)