Skip to content

Commit 9563a91

Browse files
authored
Merge pull request #1695 from Northeastern-Electric-Racing/#1660-no-expansion-with-too-many-products
#1660 no expansion with too many products
2 parents 01f2af0 + 7bc05ca commit 9563a91

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)