1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Display multi-line commit message on commit diff page.

This commit is contained in:
Tony Tsang
2014-12-05 10:33:22 +08:00
parent f7f4ea1dcf
commit d4a1d9f82a
3 changed files with 9 additions and 1 deletions

View File

@@ -535,6 +535,11 @@
}
}
}
.commit-message {
white-space: pre-wrap;
}
.diff-head-box {
margin-top: 10px;
.panel-body {