export react-query from main

* add bottom padding to treeItem
* remove redundant tree scroll
This commit is contained in:
Philipinho
2024-04-19 01:57:56 +01:00
parent df9110268c
commit 9ae6ac41c1
4 changed files with 33 additions and 44 deletions
@@ -98,3 +98,7 @@
.arrow {
display: flex;
}
[role="treeitem"] {
padding-bottom: 2px;
}