We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808d883 commit 37184e5Copy full SHA for 37184e5
packages/components/src/tree-item/tree-item.styles.ts
@@ -161,6 +161,7 @@ export const treeItemStyles: FoundationElementTemplate<
161
align-items: center;
162
white-space: nowrap;
163
width: 100%;
164
+ min-width: 0;
165
height: calc(${heightNumber} * 1px);
166
margin-inline-start: calc(${designUnit} * 2px + 8px);
167
font-size: ${typeRampBaseFontSize};
0 commit comments