mail page fix design
This commit is contained in:
parent
44ed75f7f5
commit
68c1936690
@ -259,10 +259,9 @@ export default function ComposeEmail({
|
|||||||
className="w-full h-full mt-1 bg-white border border-gray-300 rounded-md p-2 text-gray-900 overflow-y-auto"
|
className="w-full h-full mt-1 bg-white border border-gray-300 rounded-md p-2 text-gray-900 overflow-y-auto"
|
||||||
style={{
|
style={{
|
||||||
minHeight: '200px',
|
minHeight: '200px',
|
||||||
textAlign: 'start',
|
writingMode: 'horizontal-tb',
|
||||||
unicodeBidi: 'plaintext'
|
direction: 'ltr'
|
||||||
}}
|
}}
|
||||||
dir="auto"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user