You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Outlook 2019 on Windows have a hard time breaking url's.
Therefor the elements that contain {action_url} will often break the layout, if the url is long.
We have added ´break-word: break-all´ to these elements to fix it, and I would suggest the same is done in the templates.
Let me know if I should open a pull request.
The text was updated successfully, but these errors were encountered:
Outlook 2019 on Windows have a hard time breaking url's.
Therefor the elements that contain {action_url} will often break the layout, if the url is long.
We have added ´break-word: break-all´ to these elements to fix it, and I would suggest the same is done in the templates.
Let me know if I should open a pull request.
The text was updated successfully, but these errors were encountered: