Skip to content

Commit

Permalink
fix(components/tree): incorrect markup fix #1742
Browse files Browse the repository at this point in the history
  • Loading branch information
darina.reynish@idp.zyfra.com committed Jul 10, 2024
1 parent 0c870ea commit d5945a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

&:after {
top: -1rem;
top: -0.5rem;
bottom: 1rem;
border-left: 1px solid var(--prizm-background-stroke);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
:host {
display: flex;
align-items: center;
&:not(:empty) {
height: 32px;
}

:host-context(prizm-tree-item._expandable):not(._expandable) {
padding-left: 28px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@
position: relative;
margin-left: var(--prizm-tree-item-indent, 24px);
}

.prizm-tree-item__dynamic-content {
margin: 4px 0;
}

0 comments on commit d5945a3

Please sign in to comment.