EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: gordis gmbh on September 25, 2019, 12:36:02 PM



Title: display of tree lines in release 1.8.5
Post by: gordis gmbh on September 25, 2019, 12:36:02 PM
In release 1.8.5, the tree lines aren't displayed correctly - there are gaps between the nodes. Please refer the attached file and let us know the fix for the same. Thank you.
 


Title: Re: display of tree lines in release 1.8.5
Post by: stworthy on September 26, 2019, 11:31:37 PM
Try to override the CSS style.
Code:
<style type="text/css">
.tree-indent,.tree-hit{
transform: scale(1.4)
}
</style>