From 1aa12c74523680946dd220b6fc8cbe6d594b5a54 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 15 Oct 2014 16:28:38 -0400 Subject: Fix #572 --- public/ng/css/gogs.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/ng/css') diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 581ec621..eb96cb80 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; } -- cgit v1.2.3