mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-21 17:24:10 +00:00
Backport #27323 by @wxiaoguang Fix #27313 (see the comment) And some UI improvements: ### Before   ### After    Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
b00489886d
commit
71d1bfea7f
4 changed files with 21 additions and 9 deletions
|
@ -2578,12 +2578,14 @@ tbody.commit-list {
|
|||
|
||||
.comment-diff-data {
|
||||
background: var(--color-code-bg);
|
||||
min-height: 12em;
|
||||
max-height: calc(100vh - 10.5rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.comment-diff-data pre {
|
||||
line-height: 18px;
|
||||
margin: 1em;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
overflow-wrap: break-word;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue