limit the height of tasklist

This commit is contained in:
redmatrix 2015-08-20 22:15:09 -07:00
parent 43fbbfe0df
commit 242cb047d4

View File

@ -110,3 +110,11 @@ li:hover .group-edit-icon {
.directory-rating-submit {
margin-top: 15px;
}
/* tasklist */
.tasklist-tasks {
max-height: 300px;
overflow-y: auto;
}