Adjust width of timetracking column. Make subtasks wrap not under icons

This commit is contained in:
Slade
2019-12-04 19:22:08 -07:00
committed by Frédéric Guillot
parent 061b4a676c
commit ad85637aa1
8 changed files with 42 additions and 21 deletions

View File

@@ -27,3 +27,18 @@
border-left: none
}
}
.subtasks-table .subtask-table-td {
display: flex;
white-space: normal;
min-width: 400px;
}
.subtasks-table .subtask-submenu {
display: flex
}
.js-subtask-toggle-status {
display: flex;
text-decoration: none
}

View File

@@ -26,3 +26,7 @@
display: none
}
}
.subtask-time-tracking {
white-space: normal
}