Merge pull request #13 from Ryderjj89/dev
Flex spacing changes on the event cards for smaller screens
This commit is contained in:
@@ -170,7 +170,7 @@ const EventList: React.FC = () => {
|
|||||||
)}
|
)}
|
||||||
</CardContent>
|
</CardContent>
|
||||||
<CardActions sx={{ justifyContent: 'space-between', px: 3, pb: 2 }}>
|
<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) && (
|
{isEventOpen(event) && (
|
||||||
<Button
|
<Button
|
||||||
size="small"
|
size="small"
|
||||||
|
|||||||
Reference in New Issue
Block a user