better width styling on list. lint compliance

This commit is contained in:
ansuz
2017-07-24 16:36:53 +02:00
parent 35635c3e2f
commit 4f63921fc9
2 changed files with 15 additions and 3 deletions

View File

@@ -41,7 +41,8 @@ body {
#tasksList {
flex: 1;
min-height: 0;
overflow-y: auto,
overflow-y: auto;
min-width: 40%;
}
.cp-create-form {