Skip to content

Commit

Permalink
reduce sub-range padding
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Nov 5, 2023
1 parent 1b6d6b5 commit 342c86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/knx-project-tree-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export class KNXProjectTreeView extends LitElement {
}
.sub-range {
padding-left: 16px;
padding-left: 13px;
}
.selectable {
Expand Down

0 comments on commit 342c86b

Please sign in to comment.