We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12a07a commit fc24e93Copy full SHA for fc24e93
.changeset/fix-item-description-width.md
@@ -0,0 +1,5 @@
1
+---
2
+"@cube-dev/ui-kit": patch
3
4
+
5
+Fix Item description width to properly handle responsive sizing and prevent overflow issues.
src/components/content/Item/Item.tsx
@@ -491,7 +491,7 @@ const ItemElement = tasty({
491
'type=card | type=header': 'normal',
492
},
493
textOverflow: 'ellipsis',
494
- maxWidth: '100%',
+ width: 'initial 100% 100%',
495
textAlign: 'left',
496
padding:
497
'0 $description-padding-right $description-padding-bottom $description-padding-left',
0 commit comments