How to change default icon width for eXcell tree

Is is possible to change the default icon width of 18px for the eXcell tree?



Best regards,

Gyle

The component doesn’t fix width of mentioned image , so if you are using image with different width - component will render it as is.


Okay. Thanks.



The text is too close to the image, making it difficult to read the first letter. Is there a way to move the image and/or text further apart, other than using a leading space character on the text?



Best regards,



Gyle

You can try to add css rule, similar to next, on the page

div.gridbox table.obj td span{
padding-left:10px;
}