Fix ACL modal groups input fields width (#69)

This commit is contained in:
Misha Bragin
2022-08-22 15:27:52 +02:00
committed by GitHub
parent c3236d05a1
commit c9f1955d6a

View File

@@ -308,14 +308,7 @@ const AccessControlNew = () => {
<Form.Item
name="disabled"
label="Status"
//valuePropName="checked"
>
{/*<Switch
checkedChildren={<CheckOutlined />}
unCheckedChildren={<CloseOutlined />}
onChange={handleChangeDisabled}
/>*/}
<Radio.Group
options={optionsDisabledEnabled}
@@ -330,7 +323,6 @@ const AccessControlNew = () => {
name="tagSourceGroups"
label="Source groups"
rules={[{ validator: selectValidator }]}
style={{display: 'flex'}}
>
<Select mode="tags"
style={{ width: '100%' }}
@@ -352,7 +344,6 @@ const AccessControlNew = () => {
name="tagDestinationGroups"
label="Destination groups"
rules={[{ validator: selectValidator }]}
style={{display: 'flex'}}
>
<Select
mode="tags" style={{ width: '100%' }}