fix long task names

stable
Juanfran 2015-03-04 15:28:18 +01:00
parent 3b12b53aef
commit 9726992b84
1 changed files with 6 additions and 4 deletions

View File

@ -49,15 +49,17 @@
border: 0;
}
.tasks {
flex-basis: 78%;
flex-grow: 10;
overflow: hidden;
width: 100%;
}
.status {
flex-basis: 100px;
flex-shrink: 0;
width: 100px;
}
.assigned-to {
cursor: pointer;
flex-basis: 150px;
flex-shrink: 0;
width: 150px;
}
}
.related-task-create-form {