mail page fix design

This commit is contained in:
alma 2025-04-21 19:21:59 +02:00
parent 8859645799
commit 90f0033230

View File

@ -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}
/>