[dyad] Fixed content overflow issues - wrote 2 file(s)
This commit is contained in:
@@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user