We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1ccaa commit e5b56a0Copy full SHA for e5b56a0
1 file changed
src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementFormView.tsx
@@ -285,7 +285,7 @@ const ReimbursementRequestFormView: React.FC<ReimbursementRequestFormViewProps>
285
<Grid container spacing={3} alignItems="flex-start">
286
{/* Left Column */}
287
<Grid item xs={12} md={6}>
288
- <Stack spacing={3}>
+ <Stack spacing={4}>
289
{/* Vendor */}
290
<FormControl sx={{ borderRadius: '25px', width: '100%' }}>
291
<FormLabel
@@ -681,7 +681,7 @@ const ReimbursementRequestFormView: React.FC<ReimbursementRequestFormViewProps>
681
682
{/* Right Column */}
683
684
+ <Stack spacing={2}>
685
{/* Upload Receipts */}
686
<FormControl sx={{ display: 'flex', borderRadius: '25px', width: '100%' }}>
687
0 commit comments