From 5b7ebafe84fc15569bec7e53169b32251c1f23d8 Mon Sep 17 00:00:00 2001 From: Ryderjj89 Date: Wed, 4 Jun 2025 17:54:42 -0400 Subject: [PATCH] Padding and spacing fixes --- frontend/src/components/EventList.tsx | 16 ++++++++-------- frontend/src/components/RSVPForm.tsx | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/EventList.tsx b/frontend/src/components/EventList.tsx index ad4b2de..27f3bbf 100644 --- a/frontend/src/components/EventList.tsx +++ b/frontend/src/components/EventList.tsx @@ -170,7 +170,7 @@ const EventList: React.FC = () => { )} - + {isEventOpen(event) && ( + - diff --git a/frontend/src/components/RSVPForm.tsx b/frontend/src/components/RSVPForm.tsx index fdb69d3..eea26e6 100644 --- a/frontend/src/components/RSVPForm.tsx +++ b/frontend/src/components/RSVPForm.tsx @@ -603,7 +603,6 @@ const RSVPForm: React.FC = () => { }, MenuListProps: { sx: { - paddingBottom: '60px', // Make space for the button }, }, }}