Skip to content

Commit

Permalink
Prevent images from being squished in the default e-mail template. Cl…
Browse files Browse the repository at this point in the history
…oses #548.
  • Loading branch information
knadh committed Oct 28, 2021
1 parent f39ee4e commit 9dd8592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/email-templates/default.tpl
Expand Up @@ -65,6 +65,7 @@
img {
max-width: 100%;
height: auto;
}
a {
Expand Down

0 comments on commit 9dd8592

Please sign in to comment.