Set image CSS on emails to be max-width: 100%

Fixes #24763
This commit is contained in:
Marco Almeida 2019-10-03 10:28:04 +01:00 committed by GitHub
parent f306a9da75
commit a203bd76b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -222,5 +222,7 @@ img {
text-transform: capitalize;
vertical-align: middle;
margin-<?php echo is_rtl() ? 'left' : 'right'; ?>: 10px;
max-width: 100%;
height: auto;
}
<?php