Skip to content

Commit

Permalink
remove empty space on top of menu
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Nov 5, 2023
1 parent c35d2af commit 934b278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/knx-project-tree-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ export class KNXProjectTreeView extends LitElement {
}
.root-group {
margin-bottom: 10px;
margin-top: 5px;
margin-bottom: 8px;
}
.root-group > * {
Expand Down

0 comments on commit 934b278

Please sign in to comment.