Skip to content

Commit

Permalink
Remove unneccesary align
Browse files Browse the repository at this point in the history
  • Loading branch information
JelloBagel committed May 20, 2024
1 parent 4abc7ec commit 5c5b6d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/TreeView/TreeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ const UlBox = styled.ul<SxProp>`
.PRIVATE_TreeView-item-content {
grid-area: content;
display: flex;
align-items: flex-start;
height: 100%;
padding: 0 ${get('space.2')};
gap: ${get('space.2')};
Expand All @@ -210,7 +209,6 @@ const UlBox = styled.ul<SxProp>`
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
align-self: center;
}
.PRIVATE_TreeView-item-visual {
Expand Down

0 comments on commit 5c5b6d8

Please sign in to comment.