mail page fix
This commit is contained in:
parent
4406bef562
commit
b18f983109
@ -222,6 +222,9 @@ export default function ComposeEmail({
|
||||
cursor: 'text',
|
||||
whiteSpace: 'pre-wrap',
|
||||
wordBreak: 'break-word',
|
||||
fontFamily: 'inherit',
|
||||
fontSize: 'inherit',
|
||||
lineHeight: 'inherit',
|
||||
}}
|
||||
onInput={handleInput}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user