mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Reduce max height of check box groups.
git-svn-id: http://svn.redmine.org/redmine/trunk@16909 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1587d71635
commit
de367ca1ec
@ -731,7 +731,7 @@ span.required {color: #bb0000;}
|
||||
.check_box_group {
|
||||
display:block;
|
||||
width:95%;
|
||||
max-height:300px;
|
||||
max-height:120px;
|
||||
overflow-y:auto;
|
||||
padding:2px 4px 4px 2px;
|
||||
background:#fff;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user