Skip to content

Commit

Permalink
define icon size for plugin icon in popup in visitor log (#11271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Findus23 authored and mattab committed Feb 18, 2017
1 parent 7ee610c commit fd88377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Live/templates/_dataTableViz_visitorLog.twig
Expand Up @@ -19,7 +19,7 @@
<li>
{{ 'General_Plugins'|translate }}:
{% for pluginIcon in visitor.getColumn('pluginsIcons') %}
<img src="{{ pluginIcon.pluginIcon }}" alt="{{ pluginIcon.pluginName|capitalize(true) }}"/>
<img width="16px" height="16px" src="{{ pluginIcon.pluginIcon }}" alt="{{ pluginIcon.pluginName|capitalize(true) }}"/>
{% endfor %}
</li>
{% endif %}
Expand Down

0 comments on commit fd88377

Please sign in to comment.