Style framework name

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-17 12:37:13 +01:00
parent e740e15306
commit 018126fae6

View File

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