🐛(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:
@@ -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
|
||||||
|
|||||||
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user