diff options
author | Unknwon <u@gogs.io> | 2017-02-24 14:55:07 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-24 14:55:07 -0500 |
commit | 27c4252548088ad8d273d450098b404fc4d281da (patch) | |
tree | e273c373b9af468ce95f1efc6ec4af008a809fe7 /public/less | |
parent | 10b93efc4a3061d01b75b44b91a617698971e38b (diff) |
dashboard: fix commits CSS
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_dashboard.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index 1a575d18..f0c98bfa 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -78,7 +78,7 @@ margin-bottom: -2px; } .text.truncate { - width: 80%; + width: 60%; margin-bottom: -5px; } } |