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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to