mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-26 20:08:38 +02:00
add better spacing (#2265)
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user