Show due date in dashboard issues list (#8860)
* Show due date in dashboard issues list Include due date when vieiwiing all issues on dashboard (matching what we show for repo issue lists). Fixes #8859 * Put in same order as repo issue list * Add suggested changes and also update repo issue list to match
This commit is contained in:
parent
884acf8295
commit
b747501337
4 changed files with 13 additions and 2 deletions
|
@ -2073,6 +2073,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.due-date {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
a.milestone {
|
||||
margin-left: 5px;
|
||||
color: #999999 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue