Skip to content

Commit b0f154b

Browse files
committed
#1660: left side of form doesn't expand
1 parent 8cc6987 commit b0f154b

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
@@ -140,7 +140,7 @@ const ReimbursementRequestFormView: React.FC<ReimbursementRequestFormViewProps>
140140
</Snackbar>
141141
)}
142142
<Grid container spacing={2}>
143-
<Grid item container spacing={2} md={6} xs={12}>
143+
<Grid item container maxHeight={375} spacing={2} md={6} xs={12}>
144144
<Grid item xs={12}>
145145
<FormControl fullWidth>
146146
<FormLabel>Purchased From</FormLabel>

0 commit comments

Comments
 (0)