add better spacing (#2265)

This commit is contained in:
pablodanswer 2024-08-30 11:56:24 -07:00 committed by GitHub
parent 183569061b
commit e2f4145cd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -211,7 +211,7 @@ export function CustomLLMProviderUpdateForm({
>
{({ values, setFieldValue }) => {
return (
<Form>
<Form className="gap-y-6 mt-8">
<TextFormField
name="name"
label="Display Name"

View File

@ -218,7 +218,7 @@ export function LLMProviderUpdateForm({
}}
>
{({ values, setFieldValue }) => (
<Form className="w-full items-stretch">
<Form className="gap-y-6 mt-8">
<TextFormField
name="name"
label="Display Name"

View File

@ -570,7 +570,7 @@ export function SelectorFormField({
const { setFieldValue } = useFormikContext();
return (
<div className="mb-4">
<div>
{label && <Label>{label}</Label>}
{subtext && <SubLabel>{subtext}</SubLabel>}
<div className="mt-2">