Skip to content

Commit

Permalink
fix: remove nesting of folder arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdiw committed Nov 6, 2023
1 parent c61a77f commit 944f82c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/molecules/gv-tree/gv-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export class GvTree extends LitElement {
.main-tree-menu > ul {
position: relative;
padding-right: 0.5em;
}
ul {
Expand All @@ -99,7 +100,7 @@ export class GvTree extends LitElement {
ul li {
display: block;
padding: 0.5em 0.5em 0.5em 1em;
padding: 0.5em 0 0.5em 1em;
}
ul li ul {
Expand Down

0 comments on commit 944f82c

Please sign in to comment.