css white-space nowrap
css white-space nowrap
Why are you overriding all white-space styling in zoho mail?
This is the only email client I've seen done this and it is breaking our email styling.
.zmPCnt *
{
white-space
:
normal!important
;
}
can you at least take off the important in your code base?