Skip to content

Commit 07a1b8d

Browse files
committed
fix(Item): allow shrinking
1 parent 402b98b commit 07a1b8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/content/Item/Item.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ const ItemElement = tasty({
216216
'': 'auto auto',
217217
'with-description-block': 'auto auto auto',
218218
},
219-
// Prevent items from shrinking inside vertical flex layouts (Menu, ListBox, etc)
220-
flexShrink: 0,
221219
position: 'relative',
222220
padding: 0,
223221
margin: 0,

0 commit comments

Comments
 (0)