Skip to content

Commit 8c658c5

Browse files
committed
Fix engagement tile style
1 parent bfd07c0 commit 8c658c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/components/landing/EngagementTile.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ const EngagementTile = ({ passedEngagement, engagementId }: EngagementTileProps)
183183
<Grid size="auto" alignContent={'flex-start'} alignItems={'flex-start'}>
184184
<EngagementStatusChip statusId={loadedEngagement.submission_status} />
185185
</Grid>
186-
<Grid size="auto" container flexDirection="column">
187-
<BodyText bold size="small" sx={{ lineHeight: 1 }}>
186+
<Grid size="auto" maxWidth="50%" container flexDirection="column">
187+
<BodyText bold size="small" sx={{ lineHeight: 1, textWrap: 'nowrap' }}>
188188
<time dateTime={`${startDate.format(semanticDateFormat)}`}>
189189
{startDate.format(dateFormat)}
190190
</time>{' '}

0 commit comments

Comments
 (0)