1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +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:
Jean-Philippe Lang 2017-07-29 08:31:11 +00:00
parent 1587d71635
commit de367ca1ec

View File

@ -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;