monitoring: Don't use inline styles in comment-description

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 16:39:03 +02:00
parent a42f059138
commit 05f14a4f97
1 changed files with 1 additions and 4 deletions

View File

@ -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'));