summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
authormrsdizzie <info@mrsdizzie.com>2019-11-07 15:12:23 -0500
committerAntoine GIRARD <sapk@users.noreply.github.com>2019-11-07 21:12:23 +0100
commitb747501337a50b847631efe0041cf2c994f4a7fa (patch)
treea598b78c49131a9dd02676c4d78639050a2432db /public/less
parent884acf8295500aa5387295bea2dd83b0bf841b9a (diff)
downloadgitea-b747501337a50b847631efe0041cf2c994f4a7fa.tar.gz
gitea-b747501337a50b847631efe0041cf2c994f4a7fa.zip
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
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_repository.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less
index d585eb03a6..84d59bbe91 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -2073,6 +2073,10 @@
}
}
+ .due-date {
+ padding-left: 5px;
+ }
+
a.milestone {
margin-left: 5px;
color: #999999 !important;