mail page fix design

This commit is contained in:
alma 2025-04-21 21:35:05 +02:00
parent ff013ad09e
commit 32956987aa

View File

@ -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"
/>