UI: Fix spacing between event details to be consistent

This commit is contained in:
2025-05-01 13:08:44 -04:00
parent 3cb02230f6
commit 6f0dddc395
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>