RoleForm: Fully hide a fieldset's content if collapsed
This commit is contained in:
parent
eb0d808aec
commit
f22d759858
|
@ -246,7 +246,7 @@ class RoleForm extends RepositoryForm
|
|||
['Fieldset', [
|
||||
'class' => 'collapsible',
|
||||
'data-toggle-element' => 'h3',
|
||||
'data-visible-height' => 32
|
||||
'data-visible-height' => 0
|
||||
]]
|
||||
]
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue