Prevent images from being squished in the default e-mail template. Closes #548.
This commit is contained in:
parent
f39ee4e783
commit
9dd8592fdd
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Reference in a new issue