mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-24 16:32:20 -04:00
Make plain text emails more readable in browser extension (#1093)
This commit is contained in:
committed by
Leendert de Borst
parent
bcda120351
commit
a40f29d467
@@ -229,7 +229,7 @@ const EmailDetails: React.FC = (): React.ReactElement => {
|
||||
title={t('emails.emailContent')}
|
||||
/>
|
||||
) : (
|
||||
<pre className="whitespace-pre-wrap text-gray-700 dark:text-gray-300">
|
||||
<pre className="whitespace-pre-wrap text-gray-800 p-3">
|
||||
{email.messagePlain}
|
||||
</pre>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user