Skip to content

Commit 8036661

Browse files
committed
fix(Item): layout * 2
1 parent b187b9c commit 8036661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/content/Item/Item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ const ItemElement = tasty({
297297
'(has-right-icon & has-suffix) | (has-right-icon & has-actions) | (has-suffix & has-actions)':
298298
'max-content max-content',
299299
'has-right-icon & has-suffix & has-actions':
300-
'max-content max-content max-content max-content',
300+
'max-content max-content max-content',
301301
},
302302
'$inline-padding': {
303303
'': 'max($min-inline-padding, (($size - 1lh - 2bw) / 2 + $inline-compensation))',

0 commit comments

Comments
 (0)