Update Layout.tsx

This commit is contained in:
2025-12-11 23:18:17 +01:00
committed by GitHub
parent ae7002052f
commit f7dfe8f440

View File

@@ -173,7 +173,7 @@ export const Layout: React.FC = () => {
<p className="text-sm text-slate-500 mt-1">{new Date(activeNotice.date).toLocaleDateString()}</p>
</div>
</div>
<div className="p-6 text-slate-600 leading-relaxed whitespace-pre-wrap">
<div className="p-6 text-slate-600 leading-relaxed whitespace-pre-wrap break-words">
{activeNotice.content}
{activeNotice.link && (
<div className="mt-4">