forked from forgejo/forgejo
Display multi-line commit message on commit diff page.
This commit is contained in:
parent
f7f4ea1dcf
commit
d4a1d9f82a
3 changed files with 9 additions and 1 deletions
|
@ -535,6 +535,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.commit-message {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.diff-head-box {
|
||||
margin-top: 10px;
|
||||
.panel-body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue