Skip to content

Commit 7c34dd0

Browse files
praneshg239Harness
authored andcommitted
Update StudioCard group default size (#10805)
* f5ce8a Bump UI version * 89c0eb Update StudioCard group default size
1 parent a4d147f commit 7c34dd0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@harnessio/ui",
33
"description": "Harness Canary UI component library",
4-
"version": "0.0.272",
4+
"version": "0.0.273",
55
"private": false,
66
"type": "module",
77
"main": "./dist/index.js",

packages/ui/tailwind-utils-config/components/studio-card.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
// Group card variant
3636
'&:where(.cn-studio-card-group)': {
3737
width: 'auto',
38-
minWidth: 'var(--cn-size-90)',
38+
minWidth: '220px',
3939
maxWidth: 'none',
4040
height: 'auto',
4141

0 commit comments

Comments
 (0)