diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-15 07:55:20 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-15 07:55:20 -0400 |
commit | ecf3eb4307c13c74d928656a140b7bb2ae804fd9 (patch) | |
tree | 080487c1e4b44538253efe12a16c30a5a38267df /public/ng/css | |
parent | 9ae92459a53f9cccd34460f859c1370715c36a1d (diff) |
Fix #570
Diffstat (limited to 'public/ng/css')
-rw-r--r-- | public/ng/css/gogs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 48aac6e3..581ec621 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1250,6 +1250,7 @@ The register and sign-in page style color: #444; } #repo-files-table thead .last-commit .text-truncate { + max-width: 440px; margin-left: .4em; } #repo-files-table thead .last-commit .text-truncate, |