Skip to content

Commit

Permalink
fix: set whitespace-break-spaces in ReportContent component
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiawpohr committed Jan 14, 2025
1 parent 2dfd76d commit 9014e6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function ReportContent({ content }: { content?: string }) {
被檢舉之內容
</h3>
<div className="h-full p-4 pt-5 overflow-auto">
<p className="text-sm font-medium leading-relaxed tracking-wider text-white md:leading-slightly-loose">
<p className="text-sm font-medium leading-relaxed tracking-wider text-white md:leading-slightly-loose whitespace-break-spaces">
{content ? content : '無法加載內容'}
</p>
</div>
Expand Down

0 comments on commit 9014e6f

Please sign in to comment.