diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-11-03 21:11:58 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-11-03 21:11:58 +0100 |
commit | 2f63cb50ab387f75862a3f9d240d53f9215063fa (patch) | |
tree | 539d68964aa3201e7f75d670e521c1d805b34398 /extensions/BMO/template | |
parent | c82add1ef1cd14ba1db4cfcb56c58966263527aa (diff) | |
download | bugzilla-2f63cb50ab387f75862a3f9d240d53f9215063fa.tar.gz bugzilla-2f63cb50ab387f75862a3f9d240d53f9215063fa.tar.xz |
Bug 1314984 - Font size too large in everything except gmail
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r-- | extensions/BMO/template/en/default/email/bugmail.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index 91f594fef..e090dd4d8 100644 --- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl @@ -14,7 +14,7 @@ <head> <base href="[% urlbase FILTER html %]"> <style> - .comment { font-size: 120% !important; } + .comment { font-size: initial !important; } </style> </head> <body style="font-family: sans-serif"> @@ -50,7 +50,7 @@ at [% comment.creation_ts FILTER time(undef, to_user.timezone) %] </b> [% END %] - <pre class="comment" style="font-size: 120%">[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment) %]</pre> + <pre class="comment" style="font-size: initial">[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment) %]</pre> </div> [% END %] </div> |