responsive

This commit is contained in:
hamid zarghami
2025-07-22 16:04:55 +03:30
parent 013d4238c9
commit fe96039ffb
4 changed files with 48 additions and 4 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ const DetailEmail: FC = () => {
<div className='xl:mt-8 mt-3 text-[13px] leading-7 font-light'>
{messageDetail.html && messageDetail.html.length > 0 ? (
<div
className='email-content-container border border-gray-200 rounded-lg p-4 overflow-hidden'
className='email-content-container border border-gray-200 rounded-lg p-4 overflow-x-auto overflow-y-hidden'
style={{
direction: detectTextDirection(messageDetail.html.join(''))
}}