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