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

@ -118,3 +118,7 @@ li:hover .group-edit-icon {
max-height: 300px;
overflow-y: auto;
}
#tasklist-new-summary {
width: 250px;
}