We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc6987 commit b0f154bCopy full SHA for b0f154b
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