mirror of
https://gitee.com/gitea/gitea
synced 2026-01-06 23:55:48 +08:00
Display multi-line commit message on commit diff page.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -535,6 +535,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.commit-message {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.diff-head-box {
|
||||
margin-top: 10px;
|
||||
.panel-body {
|
||||
|
||||
Reference in New Issue
Block a user