Reverted all changes back to version d5141cad7e

This commit is contained in:
[dyad]
2026-01-20 14:57:18 +01:00
parent bc522c3265
commit eca6c2db73
2 changed files with 5 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ const SchemaObjectRenderer = ({
{Icon && <Icon className="h-4 w-4" />}
<span>{label}:</span>
</div>
<div className="flex-grow text-sm text-foreground pl-6 sm:pl-0 min-w-0">
<div className="flex-grow text-sm text-foreground pl-6 sm:pl-0">
{key === "@type" ? (
<Badge variant="outline">{value as string}</Badge>
) : (