Flex spacing changes on the event cards for smaller screens

This commit is contained in:
Ryderjj89
2025-06-04 18:02:26 -04:00
parent 5b7ebafe84
commit 999d828a29

View File

@@ -170,7 +170,7 @@ const EventList: React.FC = () => {
)}
</CardContent>
<CardActions sx={{ justifyContent: 'space-between', px: 3, pb: 2 }}>
<Stack direction="row" spacing={1} flexWrap="wrap">
<Stack direction="row" spacing={1} flexWrap="wrap" alignItems="flex-start">
{isEventOpen(event) && (
<Button
size="small"