ENG-203 stop using text ellipsis on CP framework badges

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-10 13:52:20 +04:00
parent 9c1906e267
commit a93f3628e4

View File

@@ -24,7 +24,7 @@ export function FrameworkBadge(props: { framework: FrameworkBadgeFragment$key })
darkLogoURL={framework.darkLogoURL}
name={framework.name}
/>
<div className="txt-primary text-sm max-w-19 overflow-hidden min-w-0 whitespace-nowrap text-ellipsis">
<div className="txt-primary text-xs max-w-19 min-w-0 text-center">
{framework.name}
</div>
</div>