From d55bc563720acda00261404e4701d0967fd4065b Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 21 Apr 2025 17:31:12 +0200 Subject: [PATCH] mail page fix --- app/courrier/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index f531ef39..d990dc2b 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -1678,12 +1678,13 @@ export default function CourrierPage() {
{ const content = e.currentTarget.innerHTML; setComposeBody(content); }} + style={{ whiteSpace: 'pre-wrap' }} />