Skip to content

Commit

Permalink
1651 fixed missing line breaks (#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyarensman authored Apr 30, 2024
1 parent a06f580 commit 2951879
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const DetailText = styled(Typography)(({ theme }) => ({
component: "p",
textAlign: "left",
marginBottom: "16px",
whiteSpace: "pre-wrap",
overflowWrap: "break-word",
"& a": {
color: theme.palette.link.normal,
Expand Down

0 comments on commit 2951879

Please sign in to comment.