Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: corona thermometer mobile (#4899)
Browse files Browse the repository at this point in the history
Co-authored-by: VWSCoronaDashboard29 <B>
  • Loading branch information
ben-van-eekelen authored and VWSCoronaDashboard29 committed Oct 11, 2023
1 parent d4968df commit b68a129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const TopicalWeeklySummaryTile = ({ label, level, title, summaryItems }:
<Box minWidth="25px" height="25px">
<DynamicIcon width="25px" name={getFilenameToIconName(summaryItem.tileIcon) as TopicalIcon} />
</Box>
<Box display="flex">
<Box display="flex" flexDirection={{ _: 'column', sm: 'row' }}>
<RichContent blocks={summaryItem.description} />
{summaryItem.isThermometerMetric && label && (
<InlineText css={css({ whiteSpace: 'nowrap' })}>
Expand Down

0 comments on commit b68a129

Please sign in to comment.