diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-10-26 21:51:35 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-10-26 21:51:48 +0200 |
commit | 96fc28e859ed50cbef822ce14e60d53e9ebd2936 (patch) | |
tree | 24bca5e51f8eafb46bf1cdb9e701f65ef57b5821 /extensions/BMO/template/en | |
parent | 6e204f44eb041b48c9cfb183476b6319f9798f96 (diff) | |
download | bugzilla-96fc28e859ed50cbef822ce14e60d53e9ebd2936.tar.gz bugzilla-96fc28e859ed50cbef822ce14e60d53e9ebd2936.tar.xz |
Bug 1306695 - Comment text too small in Gmail
Diffstat (limited to 'extensions/BMO/template/en')
-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"> |