mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: responsive connector select
This commit is contained in:
@@ -209,10 +209,17 @@ export function WatchlistForm({form, connectors, onCreateWatchlist}: {
|
|||||||
</Form.List>
|
</Form.List>
|
||||||
<Form.Item label={t`Connector`}
|
<Form.Item label={t`Connector`}
|
||||||
name='connector'
|
name='connector'
|
||||||
|
labelCol={{
|
||||||
|
xs: {span: 24},
|
||||||
|
sm: {span: 4},
|
||||||
|
}}
|
||||||
|
wrapperCol={{
|
||||||
|
md: {span: 12},
|
||||||
|
sm: {span: 20},
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<Select showSearch
|
<Select showSearch
|
||||||
allowClear
|
allowClear
|
||||||
style={{width: '60%'}}
|
|
||||||
placeholder={t`Connector`}
|
placeholder={t`Connector`}
|
||||||
suffixIcon={<ApiOutlined/>}
|
suffixIcon={<ApiOutlined/>}
|
||||||
optionFilterProp="label"
|
optionFilterProp="label"
|
||||||
|
|||||||
Reference in New Issue
Block a user