fix(ui): keep schema label width in metadata rows

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
jesus 2026-09-23 17:59:39 +00:00
parent 3fb02ee537
commit 1a03ffab0e

View file

@ -147,7 +147,7 @@ const MetadataKeyValueFields = <TFieldValues extends FieldValues>({
<Label
htmlFor={`${field.id}-value`}
data-testid="metadata-schema-label"
className="h-9 flex-1 items-center truncate px-3 font-medium"
className="h-9 w-full flex-1 items-center truncate px-3 font-medium"
>
{schemaLabel}
</Label>