[dyad] Fixed content overflow issues - wrote 2 file(s)

This commit is contained in:
[dyad]
2026-01-20 14:54:35 +01:00
parent d5141cad7e
commit 8d5e4f7c4d
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">
<div className="flex-grow text-sm text-foreground pl-6 sm:pl-0 min-w-0">
{key === "@type" ? (
<Badge variant="outline">{value as string}</Badge>
) : (