diff options
Diffstat (limited to 'perllib/FixMyStreet/App/Form/Role.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Form/Role.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Form/Role.pm b/perllib/FixMyStreet/App/Form/Role.pm index f0711af15..0b0d20703 100644 --- a/perllib/FixMyStreet/App/Form/Role.pm +++ b/perllib/FixMyStreet/App/Form/Role.pm @@ -15,6 +15,7 @@ has_field 'body' => ( type => 'Select', empty_select => 'Select a body', require has_field 'permissions' => ( type => 'Multiple', widget => 'CheckboxGroup', + ul_class => 'permissions-checkboxes', tags => { inline => 1, wrapper_tag => 'fieldset', }, ); |