diff --git a/infrastructure/web/public/stylesheets/custom.css b/infrastructure/web/public/stylesheets/custom.css index ff040e9..2d8a82e 100644 --- a/infrastructure/web/public/stylesheets/custom.css +++ b/infrastructure/web/public/stylesheets/custom.css @@ -33,6 +33,10 @@ a.no-link-color { color: #cccccc; } +p { + margin-bottom: unset; +} + .email:hover { color: black; background-color: #9b4cda; diff --git a/infrastructure/web/views/mail.twig b/infrastructure/web/views/mail.twig index a858864..a7932a6 100644 --- a/infrastructure/web/views/mail.twig +++ b/infrastructure/web/views/mail.twig @@ -17,12 +17,12 @@
-

+

{{ mail.subject }} From: {{ mail.from.text }} at {{ mail.date| date }} -

+

{% if mail.html %}