RoleForm: Fully hide a fieldset's content if collapsed

This commit is contained in:
Johannes Meyer 2019-07-29 16:01:16 +02:00
parent eb0d808aec
commit f22d759858
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class RoleForm extends RepositoryForm
['Fieldset', [
'class' => 'collapsible',
'data-toggle-element' => 'h3',
'data-visible-height' => 32
'data-visible-height' => 0
]]
]
]);