diff options
author | Anthony Ricaud <anthony@ricaud.me> | 2013-07-18 17:41:47 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-07-18 17:41:47 +0200 |
commit | 413507a129ea1feb108affd28e5eb52de85a3b19 (patch) | |
tree | e3c388f52fab0ed430000b4081d201325e1deef0 /extensions/BMO | |
parent | 25e4da833632a8d44f4bad64aab12ebd6b51dceb (diff) | |
download | bugzilla-413507a129ea1feb108affd28e5eb52de85a3b19.tar.gz bugzilla-413507a129ea1feb108affd28e5eb52de85a3b19.tar.xz |
Bug 895449: fix the font size in html bugmail for non-web clients
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/template/en/default/email/bugmail.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index df872898a..1b5be1adc 100644 --- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl @@ -13,6 +13,9 @@ <html> <head> <base href="[% urlbase FILTER html %]"> + <style> + pre { font-size: 100% !important; } + </style> </head> <body style="font-family: sans-serif"> |