When an admin ticket update is sent and the message has Markdown backtick formatting like this:
Here's some code
The email is received with that as one long line because of default WHMCS CSS. This is frustrating to read, particularly on mobile.
To fix this the admin email CSS should include the following, which forces it to wrap, making it easier to read on all devices:
.bodyContent pre code{ white-space: pre-wrap }
Post the first comment
Login to post a comment.