mail page fix

This commit is contained in:
alma 2025-04-21 18:34:56 +02:00
parent 4406bef562
commit b18f983109

View File

@ -222,6 +222,9 @@ export default function ComposeEmail({
cursor: 'text',
whiteSpace: 'pre-wrap',
wordBreak: 'break-word',
fontFamily: 'inherit',
fontSize: 'inherit',
lineHeight: 'inherit',
}}
onInput={handleInput}
/>