Fixed related tasks layout on small resolution

stable
Xavier Julián 2015-02-16 11:31:37 +01:00
parent bf36e4329b
commit 99aa3a1951
1 changed files with 2 additions and 2 deletions

View File

@ -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 {