Surface regulation and user agent across consent record API layers

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-07 14:59:00 +04:00
parent 806bd672ed
commit 5f4fd3c427
9 changed files with 74 additions and 26 deletions

View File

@@ -147,7 +147,7 @@ export default function CookieBannerConsentRecordPage({
</span>
</PropertyRow>
<PropertyRow label={__("User Agent")}>
<span className="font-mono text-sm truncate max-w-md" title={record.userAgent ?? undefined}>
<span className="font-mono text-sm break-all">
{record.userAgent ?? "-"}
</span>
</PropertyRow>