diff options
Diffstat (limited to 'app/Template/header.php')
-rw-r--r-- | app/Template/header.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/header.php b/app/Template/header.php index a2b3fcb3..033967db 100644 --- a/app/Template/header.php +++ b/app/Template/header.php @@ -12,9 +12,9 @@ <?php endif ?> </span> <?php if (! empty($description)): ?> - <span class="tooltip" title="<?= $this->text->markdownAttribute($description) ?>"> + <small class="tooltip" title="<?= $this->text->markdownAttribute($description) ?>"> <i class="fa fa-info-circle"></i> - </span> + </small> <?php endif ?> </h1> <ul> |