Skip to content
Snippets Groups Projects
Commit 2d25bb3b authored by Robin Appelman's avatar Robin Appelman
Browse files

add min width to multiselect in user management

parent 5eb6071b
Branches
No related tags found
No related merge requests found
......@@ -32,7 +32,8 @@ $(document).ready(function(){
createText:'add group',
checked:checked,
oncheck:checkHandeler,
onuncheck:checkHandeler
onuncheck:checkHandeler,
minWidth: 100,
});
}
$('select[multiple]').each(function(index,element){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment