Skip to content

Commit

Permalink
Try to preserve spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMachado committed Sep 22, 2023
1 parent a8dc243 commit 2b1a804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/report/[id]/report-summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ReportSummary = ({ summary, score }: ReportSummaryProps) => {
>
Summary (AI Generated)
</h3>
<p className="text-base">{summary}</p>
<p className="whitespace-pre-wrap text-base">{summary}</p>
</div>
);
};
Expand Down

0 comments on commit 2b1a804

Please sign in to comment.