Skip to content

Commit e5b56a0

Browse files
author
Madalynn Nenninger
committed
#3991 stack spacing
1 parent 1a1ccaa commit e5b56a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementFormView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const ReimbursementRequestFormView: React.FC<ReimbursementRequestFormViewProps>
285285
<Grid container spacing={3} alignItems="flex-start">
286286
{/* Left Column */}
287287
<Grid item xs={12} md={6}>
288-
<Stack spacing={3}>
288+
<Stack spacing={4}>
289289
{/* Vendor */}
290290
<FormControl sx={{ borderRadius: '25px', width: '100%' }}>
291291
<FormLabel
@@ -681,7 +681,7 @@ const ReimbursementRequestFormView: React.FC<ReimbursementRequestFormViewProps>
681681

682682
{/* Right Column */}
683683
<Grid item xs={12} md={6}>
684-
<Stack spacing={3}>
684+
<Stack spacing={2}>
685685
{/* Upload Receipts */}
686686
<FormControl sx={{ display: 'flex', borderRadius: '25px', width: '100%' }}>
687687
<FormLabel

0 commit comments

Comments
 (0)