increase width of tasklist input element

This commit is contained in:
redmatrix 2015-08-22 15:46:40 -07:00
parent c9b8f404e0
commit feabaedd83

View File

@ -117,4 +117,8 @@ li:hover .group-edit-icon {
.tasklist-tasks {
max-height: 300px;
overflow-y: auto;
}
}
#tasklist-new-summary {
width: 250px;
}