diff options
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"> |