Adjust width of timetracking column. Make subtasks wrap not under icons
This commit is contained in:
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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
|
||||
}
|
||||
|
||||
@@ -26,3 +26,7 @@
|
||||
display: none
|
||||
}
|
||||
}
|
||||
|
||||
.subtask-time-tracking {
|
||||
white-space: normal
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user