Decrease spacing between RadzenTreeItems

Hello
I would like to decrease the padding of the renderd treeitems in a Radzentree component.
Is there an easy way to do this.

it could be done by altering the css class.
.rz-treenode-content{
padding: less than default :slight_smile:
}
Is there a easy way to do this ?
Blazor css isolation is not working for me.

Regards:
Bartje

Hi @schuttea,

Yes, you need to use CSS to customize the appearance of the tree items.

Check this thread: CSS Isolation not working with Radzen components

Ok thx,
the css isolation is still a problem
but i could make the change in the site.css.

Regards Bartje