Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Dec 19, 2024
1 parent c5e45c2 commit ad134d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react/src/TreeView/TreeView.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@
display: flex;
color: var(--fgColor-muted);
grid-area: leadingAction;

& > button {
flex-shrink: 1;
}
}

.TreeViewItemLevelLine {
Expand Down
4 changes: 4 additions & 0 deletions packages/react/src/TreeView/TreeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ const UlBox = toggleStyledComponent(
display: flex;
color: ${get('colors.fg.muted')};
grid-area: leadingAction;
& > button {
flex-shrink: 1;
}
}
.PRIVATE_TreeView-item-level-line {
Expand Down

0 comments on commit ad134d5

Please sign in to comment.