ENG-203 stop using text ellipsis on CP framework badges
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -24,7 +24,7 @@ export function FrameworkBadge(props: { framework: FrameworkBadgeFragment$key })
|
|||||||
darkLogoURL={framework.darkLogoURL}
|
darkLogoURL={framework.darkLogoURL}
|
||||||
name={framework.name}
|
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}
|
{framework.name}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user