wxiaoguang
2023-09-28 16:43:20 +08:00
committed by GitHub
parent 7ea2a910ce
commit 72c68177ab
4 changed files with 21 additions and 9 deletions

View File

@ -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;