Prevent images from being squished in the default e-mail template. Closes #548.

This commit is contained in:
Kailash Nadh 2021-10-28 22:55:12 +05:30
parent f39ee4e783
commit 9dd8592fdd

View file

@ -65,6 +65,7 @@
img {
max-width: 100%;
height: auto;
}
a {