diff --git a/components/ComposeEmail.tsx b/components/ComposeEmail.tsx index 2ae3f168..7bd7165b 100644 --- a/components/ComposeEmail.tsx +++ b/components/ComposeEmail.tsx @@ -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" />