mail page fix design
This commit is contained in:
parent
8859645799
commit
90f0033230
@ -224,7 +224,9 @@ export default function ComposeEmail({
|
|||||||
wordBreak: 'break-word',
|
wordBreak: 'break-word',
|
||||||
fontFamily: 'inherit',
|
fontFamily: 'inherit',
|
||||||
fontSize: 'inherit',
|
fontSize: 'inherit',
|
||||||
lineHeight: 'inherit'
|
lineHeight: 'inherit',
|
||||||
|
direction: 'ltr',
|
||||||
|
textAlign: 'left'
|
||||||
}}
|
}}
|
||||||
onInput={handleInput}
|
onInput={handleInput}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user