Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 47e3ae8

Browse files
darkwingjasonLaster
authored andcommitted
[Sources] Avoid tree item heigh bouncing by setting lineheight (#5890)
1 parent 2ed7819 commit 47e3ae8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/shared/ManagedTree.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
display: grid;
1717
grid-template-columns: 1fr;
1818
align-content: start;
19+
20+
line-height: 1.4em;
1921
}
2022

2123
.managed-tree .tree button {

0 commit comments

Comments
 (0)