mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-21 12:46:35 +08:00
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 {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Add table
Reference in a new issue