increase width of tasklist input element
This commit is contained in:
parent
c9b8f404e0
commit
feabaedd83
@ -118,3 +118,7 @@ li:hover .group-edit-icon {
|
|||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tasklist-new-summary {
|
||||||
|
width: 250px;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user