diff options
author | Unknwon <u@gogs.io> | 2015-08-12 03:27:53 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-12 03:27:53 +0800 |
commit | f57235085a8250b0989c4fd0e4efdd74788558fc (patch) | |
tree | 3980a66704176958633d5cebdc1941aa6a45ec57 /public/ng | |
parent | 911e631b5a6459a90d8d96cf83f69665206ad86d (diff) | |
download | gitea-f57235085a8250b0989c4fd0e4efdd74788558fc.tar.gz gitea-f57235085a8250b0989c4fd0e4efdd74788558fc.zip |
minor fix on #1469
Diffstat (limited to 'public/ng')
-rw-r--r-- | public/ng/less/gogs/dashboard.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less index f68fb95bf9..59482162a8 100644 --- a/public/ng/less/gogs/dashboard.less +++ b/public/ng/less/gogs/dashboard.less @@ -50,7 +50,7 @@ } } #dashboard { - padding: 24px 0; + padding: 1.5em; } // dashboard sidebar contains contributed repositories panel, // and my repositories panel |