diff options
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r-- | public/ng/css/gogs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 581ec621a7..eb96cb8056 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1489,6 +1489,12 @@ The register and sign-in page style font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace; font-size: 14px; } +.commit-list .message { + width: 60%; +} +.commit-list .message span { + max-width: 500px; +} .diff-head-box { margin-top: 10px; } |