You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by GitBox <gi...@apache.org> on 2018/02/12 10:30:52 UTC

[GitHub] ddekany opened a new issue #432: Indentation (leading white-space) not shown

ddekany opened a new issue #432: Indentation (leading white-space) not shown
URL: https://github.com/apache/incubator-ponymail/issues/432
 
 
   Currently you are using `white-space: pre-line` on the `pre` that holds the mail body (for text/plain mail content). This un-indents the lines of the mail, hence making source code quotations (and bullet listings) hard to read. Using `white-space: pre-wrap` fixes that. (Note sure why `white-space: pre-line` was chosen originally though... but as it collapses sequences of whitespace, including `[lineBreak, indentation]`, it can't be right for text/plain.)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services