We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63aa94a commit f1194e9Copy full SHA for f1194e9
1 file changed
wcfsetup/install/files/lib/acp/form/MenuItemAddForm.class.php
@@ -217,7 +217,8 @@ protected function createForm()
217
ValueFormFieldDependency::create('isInternalLinkDependency')
218
->fieldId('isInternalLink')
219
->values([1])
220
- ),
+ )
221
+ ->addFieldClass('medium'),
222
TextFormField::create('externalURL')
223
->label('wcf.acp.menu.item.externalURL')
224
->maximumLength(255)
0 commit comments