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 b187b9c commit 8036661Copy full SHA for 8036661
src/components/content/Item/Item.tsx
@@ -297,7 +297,7 @@ const ItemElement = tasty({
297
'(has-right-icon & has-suffix) | (has-right-icon & has-actions) | (has-suffix & has-actions)':
298
'max-content max-content',
299
'has-right-icon & has-suffix & has-actions':
300
- 'max-content max-content max-content max-content',
+ 'max-content max-content max-content',
301
},
302
'$inline-padding': {
303
'': 'max($min-inline-padding, (($size - 1lh - 2bw) / 2 + $inline-compensation))',
0 commit comments