diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2021-01-04 13:18:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 13:18:12 +0100 |
commit | 21fbee150315f3d07032e89b449674547b6682a3 (patch) | |
tree | 04ff1317bad0dba31bd99ae4cff1532289b6306e /web_src/less/_dashboard.less | |
parent | 4092c044e0ccd0f3b6c9224c34fb7d1265851f4b (diff) | |
download | gitea-21fbee150315f3d07032e89b449674547b6682a3.tar.gz gitea-21fbee150315f3d07032e89b449674547b6682a3.zip |
Various UI fixes (#14239)
* Fix #14238
* Fix #14235
* Fix #14237
* Fix #14234
* Use octicon to show private status of repo in admin dashboard
* Fix #14232
* Fix #14236
Diffstat (limited to 'web_src/less/_dashboard.less')
-rw-r--r-- | web_src/less/_dashboard.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less index 1330b04abb..4ffdc9136f 100644 --- a/web_src/less/_dashboard.less +++ b/web_src/less/_dashboard.less @@ -111,6 +111,7 @@ .issue.title { width: 80%; + margin: 0 0 1em; } .push.news .content ul { |