diff options
author | mrsdizzie <info@mrsdizzie.com> | 2019-11-07 15:12:23 -0500 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-11-07 21:12:23 +0100 |
commit | b747501337a50b847631efe0041cf2c994f4a7fa (patch) | |
tree | a598b78c49131a9dd02676c4d78639050a2432db /public/less | |
parent | 884acf8295500aa5387295bea2dd83b0bf841b9a (diff) | |
download | gitea-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.less | 4 |
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; |