mail page fix design

This commit is contained in:
alma 2025-04-21 21:20:50 +02:00
parent 44ed75f7f5
commit 68c1936690

View File

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