Fixed related tasks layout on small resolution
parent
bf36e4329b
commit
99aa3a1951
|
@ -53,11 +53,11 @@
|
||||||
flex-grow: 10;
|
flex-grow: 10;
|
||||||
}
|
}
|
||||||
.status {
|
.status {
|
||||||
flex-basis: 10%;
|
flex-basis: 100px;
|
||||||
}
|
}
|
||||||
.assigned-to {
|
.assigned-to {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
flex-basis: 10%;
|
flex-basis: 150px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.related-task-create-form {
|
.related-task-create-form {
|
||||||
|
|
Loading…
Reference in New Issue