diff options
-rw-r--r-- | extensions/BMO/template/en/default/email/bugmail.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index 4d378ca2e..91f594fef 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: 100% !important; } + .comment { font-size: 120% !important; } </style> </head> <body style="font-family: sans-serif"> |