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 5f6630b commit 8c05c77Copy full SHA for 8c05c77
src/components/content/Item/Item.tsx
@@ -214,6 +214,8 @@ const ItemElement = tasty({
214
'': 'auto auto',
215
'with-description-block': 'auto auto auto',
216
},
217
+ // Prevent items from shrinking inside vertical flex layouts (Menu, ListBox, etc)
218
+ flexShrink: 0,
219
position: 'relative',
220
padding: 0,
221
margin: 0,
0 commit comments