Skip to content

Commit 3278d17

Browse files
fix(tree-icons): add no-shrink to icon wrapper
1 parent dbd5fe3 commit 3278d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tree/CellTree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const CellTree = <T extends TableNode>({
102102
<Cell {...passThrough}>
103103
<div css={style}>
104104
<Button
105-
className="prefix narrow"
105+
className="prefix narrow no-shrink"
106106
margin={icon ? mergedTreeIconOptions.margin : mergedTreeIconOptions.noIconMargin}
107107
onClick={handleClick}
108108
>

0 commit comments

Comments
 (0)