manager: increase group select height (#9943)

This commit is contained in:
Thomas NOËL 2016-05-17 11:05:05 +02:00 committed by Frédéric Péters
parent 9d0b3d8d8a
commit fbb3d265cd
1 changed files with 4 additions and 0 deletions

View File

@ -288,3 +288,7 @@ p.hint {
margin-left: 0;
padding-left: 1.5em;
}
select#id_groups {
height: 15em;
}