aboutsummaryrefslogtreecommitdiff
path: root/public/ng/css/gogs.css
diff options
context:
space:
mode:
author无闻 <joe2010xtmf@163.com>2014-12-04 22:36:54 -0500
committer无闻 <joe2010xtmf@163.com>2014-12-04 22:36:54 -0500
commitdaf96dfae132a40f3e4164ca9fe8f51416d36807 (patch)
tree9bc95f866b20038f167b6a9ba05e00f47399060b /public/ng/css/gogs.css
parentf7f4ea1dcf097d358cbebfc2afa25b6be1cf2620 (diff)
parentd4a1d9f82a06fccb0b9d892b09b3271f85717f94 (diff)
Merge pull request #709 from TonyTsangHK/dev
Display multi-line commit message on commit diff page.
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r--public/ng/css/gogs.css3
1 files changed, 3 insertions, 0 deletions
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;
}