mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +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')} />
|
||||
<TextInput
|
||||
data-autofocus
|
||||
|
||||
Reference in New Issue
Block a user