limit the height of tasklist
This commit is contained in:
parent
43fbbfe0df
commit
242cb047d4
@ -110,3 +110,11 @@ li:hover .group-edit-icon {
|
||||
.directory-rating-submit {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
/* tasklist */
|
||||
|
||||
.tasklist-tasks {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
}
|
Reference in New Issue
Block a user