[fix] Paragraph margins in HTML message

Fixes #3163
pull/77/merge
Francis Lachapelle 2015-04-07 08:27:30 -04:00
parent 01857a9a47
commit eae327ca19
2 changed files with 1 additions and 1 deletions

1
NEWS
View File

@ -12,6 +12,7 @@ Bug fixes
- fixed display of freebusy information in event attendees editor during timezone changes
- fixed timezone of MSExchange freebusy information
- fixed a potential EAS error with multiple email priority flags
- fixed paragraphs margins in HTML messages (#3163)
2.2.17a (2015-03-15)
--------------------

View File

@ -510,7 +510,6 @@ DIV.mailer_htmlcontent P
white-space: normal;
font-family: sans-serif;
font-size: inherit;
margin: 0px;
padding: 0px;
}