fix long task names
parent
3b12b53aef
commit
9726992b84
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue