diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 9a7f70606b..7115a4b897 100755 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2925,6 +2925,11 @@ table#policy_modules td * { background-repeat: no-repeat; } +.tree-node>.node-content>img { + max-height: 20px; + max-width: 20px; +} + .tree-node-counters, .tree-node-counter { display: inline; }