Restored to '29e4194cd85589f897daebcf14ae1b0030cf7a9f'

Replit-Restored-To: 29e4194cd8
This commit is contained in:
kimjaehyeon0101
2025-09-30 03:38:56 +00:00
parent 24ea1b43f7
commit 7eaef92fec

View File

@ -207,7 +207,7 @@ export default function Article() {
);
}
return (
<p key={index} className="mb-3 whitespace-pre-wrap leading-tight">
<p key={index} className="mb-3 whitespace-pre-wrap leading-normal">
{part.content}
</p>
);