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; border: 0;
} }
.tasks { .tasks {
flex-basis: 78%; overflow: hidden;
flex-grow: 10; width: 100%;
} }
.status { .status {
flex-basis: 100px; flex-shrink: 0;
width: 100px;
} }
.assigned-to { .assigned-to {
cursor: pointer; cursor: pointer;
flex-basis: 150px; flex-shrink: 0;
width: 150px;
} }
} }
.related-task-create-form { .related-task-create-form {