Skip to content

Commit

Permalink
Merge pull request #1451 from TomChapmanGov/1322
Browse files Browse the repository at this point in the history
thirty sixty ninety formatting
  • Loading branch information
jadmsaadaot authored Dec 14, 2023
2 parents d3751cc + 995d439 commit 8e30645
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ export const ThirtySixtyNinety = () => {
.format("MMM.DD YYYY")
.toUpperCase()})`}
</ETCaption2>
<ETPreviewText>{currentStatus?.description}</ETPreviewText>
<ETPreviewText sx={{ whiteSpace: "pre-wrap" }}>
{currentStatus?.description}
</ETPreviewText>
</Grid>
</When>

Expand Down

0 comments on commit 8e30645

Please sign in to comment.