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