]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1314984 - Font size too large in everything except gmail
authorDylan William Hardison <dylan@hardison.net>
Thu, 3 Nov 2016 20:11:58 +0000 (16:11 -0400)
committerDylan William Hardison <dylan@hardison.net>
Thu, 3 Nov 2016 20:11:58 +0000 (16:11 -0400)
extensions/BMO/template/en/default/email/bugmail.html.tmpl

index 91f594fef6e390b12fe0e24ce2c5e4e55e6fa20e..e090dd4d843ed3ecb127e735091fea2f7e36d7b8 100644 (file)
@@ -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>