Fixed width and spacing in plain text email (#278)

This commit is contained in:
RainLoop Team 2014-08-19 16:27:25 +04:00
parent 69e3ebb146
commit 860bf3be74
4 changed files with 7 additions and 1 deletions

View file

@ -333,6 +333,8 @@ html.rl-no-preview-pane {
&.plain {
padding: 15px;
white-space: pre-wrap;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
pre {
margin: 0px;

View file

@ -14,6 +14,7 @@
padding: 10px;
padding-right: 0;
/*font-family: arial, sans-serif;*/
white-space: pre-wrap;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
font-size: 13px;
line-height: 16px;