Skip to content

Commit

Permalink
pkp#9626 Use small tooltip icon on editorial stats description
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Oct 30, 2024
1 parent 3d61962 commit e7e5df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/stats/editorial.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
<tooltip v-if="row.description"
:label="t('stats.descriptionForStat', {ldelim}stat: row.name{rdelim})"
:tooltip="row.description"
icon-size="small"
></tooltip>
</table-cell>
<table-cell>{{ row.dateRange }}</table-cell>
Expand Down

0 comments on commit e7e5df6

Please sign in to comment.