Page 1 of 1

Wrong width set to empty node

Posted: 18 May 2018, 17:43
by Babas007
Using p:tree component where Documents has no children gives this:

Image

it's due to bad width set:

Code: Select all

        .ui-treenode-leaf-icon {
            width: 23px;
        }
 
I think it should be set to 20px (unless there is a reason why it has been to 23px)

Re: Wrong width set to empty node

Posted: 21 May 2018, 08:59
by mert.sincan
Thanks a lot! Fixed now.

Best Regards,