-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tree Component: the node spacing is getting bigger if the node has a number of child #502
Comments
According to the specification, we need a hierarchical relationship. .ant-tree li ul {
padding-left: 0;
} |
@tangjinzhou you may misunderstand what i meant What the important thing is the vertical spacing will grow if the child has child |
I get it.
We will fix it in next version. |
@tangjinzhou the commit you added makes the node spacing between each other is higher than before |
@agoni1212 I will continue to optimize. Thanks for feedback. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
1.3.4
Environment
1.3.4
Reproduction link
Steps to reproduce
link to https://codesandbox.io/s/24kj72mj2p
What is expected?
normal spacing between tree node
What is actually happening?
growing spacing
The text was updated successfully, but these errors were encountered: