Simple email layout: Remove margin of last paragraph

This commit is contained in:
Raphael Michel
2023-06-16 15:46:19 +02:00
parent 4037e1886d
commit f7a74c2e74

View File

@@ -102,6 +102,10 @@
hyphens: auto;
}
p:last-child {
margin-bottom: 0;
}
p a {
word-wrap: anywhere;
word-break: break-all;