Skip to content

Commit b187b9c

Browse files
committed
fix(Item): layout
1 parent dcf4879 commit b187b9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/content/Item/Item.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ const ItemElement = tasty({
213213
placeItems: 'stretch',
214214
placeContent: 'stretch',
215215
gridColumns: '($left-columns, ) ($label-column, ) ($right-columns, )',
216+
gridRows: {
217+
'': 'auto auto',
218+
'has-description-block': 'auto auto auto',
219+
},
216220
// Prevent items from shrinking inside vertical flex layouts (Menu, ListBox, etc)
217221
flexShrink: {
218222
'': 'initial',

0 commit comments

Comments
 (0)