mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
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:
parent
3fb02ee537
commit
1a03ffab0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue