mail page fix design
This commit is contained in:
parent
8859645799
commit
90f0033230
@ -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}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user