diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/style.css b/public/style.css index 16bc419..a62ef9c 100644 --- a/public/style.css +++ b/public/style.css @@ -62,10 +62,10 @@ footer { padding: 10px; } - .jwm-mail-body > iframe.html-mail { - width: 100%; - height: 400px; - } +iframe.jwm-mail-body-text-html { + width: 100%; + height: 400px; +} .jwm-mail-body-text-plain { background-color: var(--jwm-color-alt); |