fix(front): full width input in remote channel form
This commit is contained in:
parent
a3a39c15e4
commit
0b83e9441f
|
@ -231,6 +231,7 @@ watch(() => props.initialId, () => {
|
|||
name="object-id"
|
||||
:label="labels.fieldLabel"
|
||||
:placeholder="labels.fieldPlaceholder"
|
||||
style="width: 100%;"
|
||||
required
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue