Skip to content

Commit f1194e9

Browse files
committed
Reduce size of the input field
1 parent 63aa94a commit f1194e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

wcfsetup/install/files/lib/acp/form/MenuItemAddForm.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ protected function createForm()
217217
ValueFormFieldDependency::create('isInternalLinkDependency')
218218
->fieldId('isInternalLink')
219219
->values([1])
220-
),
220+
)
221+
->addFieldClass('medium'),
221222
TextFormField::create('externalURL')
222223
->label('wcf.acp.menu.item.externalURL')
223224
->maximumLength(255)

0 commit comments

Comments
 (0)