Skip to content

Commit 7bc05ca

Browse files
committed
#1660: left side of form doesn't expand
1 parent 20cbfbc commit 7bc05ca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ const ReimbursementRequestFormView: React.FC<ReimbursementRequestFormViewProps>
120120
return { label: expenseTypePipe(expenseType), id: expenseType.expenseTypeId };
121121
};
122122

123-
const formHeight: number = 375;
124-
125123
return (
126124
<form
127125
onSubmit={(e) => {
@@ -142,7 +140,7 @@ const ReimbursementRequestFormView: React.FC<ReimbursementRequestFormViewProps>
142140
</Snackbar>
143141
)}
144142
<Grid container spacing={2}>
145-
<Grid item container maxHeight={formHeight} spacing={2} md={6} xs={12}>
143+
<Grid item container maxHeight={375} spacing={2} md={6} xs={12}>
146144
<Grid item xs={12}>
147145
<FormControl fullWidth>
148146
<FormLabel>Purchased From</FormLabel>

0 commit comments

Comments
 (0)