Skip to content

Commit

Permalink
monitoring: Don't use inline styles in comment-description
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent a42f059 commit 05f14a4
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -21,7 +21,4 @@ switch ($comment->type) {
$tooltip = $this->translate('Comment was caused by an acknowledgement');
break;
}
?>
<span style="font-size: 1.8em">
<?= $this->icon($icon, $tooltip); ?>
</span>
echo $this->icon($icon, $tooltip, array('class' => 'big-icon'));

0 comments on commit 05f14a4

Please sign in to comment.