How can we improve WHMCS?

Share, discuss and vote for what you would like to see added to WHMCS

Admin emails with backtick code blocks need text wrap for mobile visibility



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.