mail page fix design
This commit is contained in:
parent
ff013ad09e
commit
32956987aa
@ -262,7 +262,10 @@ ${decodedContent}`;
|
||||
onInput={handleInput}
|
||||
className="w-full h-full mt-1 bg-white border border-gray-300 rounded-md p-2 text-gray-900 overflow-y-auto"
|
||||
style={{
|
||||
minHeight: '200px'
|
||||
minHeight: '200px',
|
||||
direction: 'ltr',
|
||||
textAlign: 'left',
|
||||
unicodeBidi: 'isolate'
|
||||
}}
|
||||
dir="ltr"
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user