🐛(mail) fix button display on outlook

In confirmation email of mailbox creation,
button "Go to La Messagerie" disappears on Outlook.
We try to fix here this display bug.
This commit is contained in:
Sabrina Demagny
2024-11-08 16:20:06 +01:00
parent 72abe04c72
commit a18f06ed27
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ and this project adheres to
### Fixed ### Fixed
- 🐛(mail) fix display button on outlook
- 💚(ci) improve E2E tests #492 - 💚(ci) improve E2E tests #492
- 🔧(sentry) restore default integrations - 🔧(sentry) restore default integrations
- 🔇(backend) remove Sentry duplicated warning/errors - 🔇(backend) remove Sentry duplicated warning/errors

View File

@@ -26,7 +26,7 @@
</mj-section> </mj-section>
<mj-section padding="0px 20px"> <mj-section padding="0px 20px">
<mj-column> <mj-column>
<mj-button href="//{{ webmail_url }}" background-color="#000091" color="white" padding="30px 0px"> <mj-button background-color="#000091" color="white" href="{{ webmail_url }}">
{% trans "Go to La Messagerie" %} {% trans "Go to La Messagerie" %}
</mj-button> </mj-button>
<!-- Signature --> <!-- Signature -->