Hi,
It's coming from the following CSS on your site:
.icon {
max-width: 160px;
}
Obviously, it limits
any element with the class "icon" on your site to a width of 160px max, including the ones in the cPanel.
Please note, it's not part of any HikaShop CSS, and since it's in the file /t3-assets/css/css-da207.css, it seems to come from your template, or someone else has added it.
However, you can override it for this particular instance by adding this CSS:
#hikashopcpanel div.icon {
max-width: none;
}
www.hikashop.com/support/support/documen...ize-the-display.html