Skip to content

Commit c1f3d93

Browse files
shaurya-harnessHarness
authored andcommitted
fix: truncate studio card expand button title (#10852)
* 3795e4 fix: truncate studio card expand button title * cb6978 fix: truncate studio card expand button title
1 parent b8e0e43 commit c1f3d93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/components/studio-card/studio-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function ExpandButton({
164164
{/* icon + label */}
165165
<div className="cn-studio-card-expand-button-top">
166166
{icon ?? <IconV2 name="harness-plugins" size="lg" />}
167-
<Text color="foreground-1" variant="body-strong">
167+
<Text color="foreground-1" variant="body-strong" className="truncate">
168168
{label}
169169
</Text>
170170
</div>

0 commit comments

Comments
 (0)