fix(front): full width input in remote channel form

This commit is contained in:
ArneBo 2025-03-29 13:02:00 +01:00
parent a3a39c15e4
commit 0b83e9441f
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ watch(() => props.initialId, () => {
name="object-id"
:label="labels.fieldLabel"
:placeholder="labels.fieldPlaceholder"
style="width: 100%;"
required
/>