Hi,
The treeview nodes(with checkbox) have too much whitespace between them. For my situation they need to be much more closer to each other. So basically, the height is too high.
Can you tell me what i am missing? OR do you have an example code with the right classes I should edit?
I have tried the following:
.e-treeview .e-list-text {
font-size: 12px;
line-height:24px;
}
.e-treeview .e-text-content {
height: 24px;
padding: 0;
}
.e-treeview .e-fullrow {
height: 24px;
}
.e-treeview .e-list-item {
padding: 0;
}
greetings,
Laurens Albers