UI: Fix spacing between event details to be consistent
This commit is contained in:
@@ -413,7 +413,7 @@ const EventAdmin: React.FC = () => {
|
|||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box sx={{ mb: 4 }}>
|
<Box sx={{ mb: 4 }}>
|
||||||
<Typography variant="body1" paragraph>
|
<Typography variant="subtitle1" gutterBottom>
|
||||||
<strong>Info:</strong> {event.description}
|
<strong>Info:</strong> {event.description}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="subtitle1" gutterBottom>
|
<Typography variant="subtitle1" gutterBottom>
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ const EventView: React.FC = () => {
|
|||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box sx={{ mb: 4 }}>
|
<Box sx={{ mb: 4 }}>
|
||||||
<Typography variant="body1" paragraph>
|
<Typography variant="subtitle1" gutterBottom>
|
||||||
<strong>Info:</strong> {event.description}
|
<strong>Info:</strong> {event.description}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="subtitle1" gutterBottom>
|
<Typography variant="subtitle1" gutterBottom>
|
||||||
|
|||||||
Reference in New Issue
Block a user