From d4a1d9f82a06fccb0b9d892b09b3271f85717f94 Mon Sep 17 00:00:00 2001 From: Tony Tsang <tony@uniongate.com.hk> Date: Fri, 5 Dec 2014 10:33:22 +0800 Subject: Display multi-line commit message on commit diff page. --- public/ng/css/gogs.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/ng/css/gogs.css') diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index dad84583..63cbd5b2 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1510,6 +1510,9 @@ The register and sign-in page style .commit-list .message span { max-width: 500px; } +.commit-message { + white-space: pre-wrap; +} .diff-head-box { margin-top: 10px; } -- cgit v1.2.3