We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01f2af0 + 7bc05ca commit 9563a91Copy full SHA for 9563a91
1 file changed
src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementFormView.tsx
@@ -140,7 +140,7 @@ const ReimbursementRequestFormView: React.FC<ReimbursementRequestFormViewProps>
140
</Snackbar>
141
)}
142
<Grid container spacing={2}>
143
- <Grid item container spacing={2} md={6} xs={12}>
+ <Grid item container maxHeight={375} spacing={2} md={6} xs={12}>
144
<Grid item xs={12}>
145
<FormControl fullWidth>
146
<FormLabel>Purchased From</FormLabel>
0 commit comments