mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix overflow
This commit is contained in:
@@ -46,7 +46,7 @@ export const AddServerForm = ({ onCancel }: AddServerFormProps) => {
|
|||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<Stack ref={focusTrapRef}>
|
<Stack ref={focusTrapRef} m={5}>
|
||||||
<SegmentedControl data={SERVER_TYPES} {...form.getInputProps('type')} />
|
<SegmentedControl data={SERVER_TYPES} {...form.getInputProps('type')} />
|
||||||
<TextInput
|
<TextInput
|
||||||
data-autofocus
|
data-autofocus
|
||||||
|
|||||||
Reference in New Issue
Block a user