mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-28 20:50:00 +02:00
add better spacing (#2265)
This commit is contained in:
parent
183569061b
commit
e2f4145cd2
@ -211,7 +211,7 @@ export function CustomLLMProviderUpdateForm({
|
||||
>
|
||||
{({ values, setFieldValue }) => {
|
||||
return (
|
||||
<Form>
|
||||
<Form className="gap-y-6 mt-8">
|
||||
<TextFormField
|
||||
name="name"
|
||||
label="Display Name"
|
||||
|
@ -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"
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user