From 90f00332303f15ced611a635aac0b9cc8c3bb1f0 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 21 Apr 2025 19:21:59 +0200 Subject: [PATCH] mail page fix design --- components/ComposeEmail.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/ComposeEmail.tsx b/components/ComposeEmail.tsx index 0c8c8f81..acff6e97 100644 --- a/components/ComposeEmail.tsx +++ b/components/ComposeEmail.tsx @@ -224,7 +224,9 @@ export default function ComposeEmail({ wordBreak: 'break-word', fontFamily: 'inherit', fontSize: 'inherit', - lineHeight: 'inherit' + lineHeight: 'inherit', + direction: 'ltr', + textAlign: 'left' }} onInput={handleInput} />