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