Fix text justification in mail

This commit is contained in:
Pascal Le Merrer 2026-01-03 20:30:36 +01:00
parent 88ae0ea0c4
commit 7a8668001b

View file

@ -72,7 +72,7 @@ p {
color: #333333;
}
p td {
p, td {
padding: 0 0 20px 0;
text-align: justify;
}