Fix some UI regressions for commit list (#30920)

Close #30919

---------

Co-authored-by: silverwind <me@silverwind.io>
(cherry picked from commit 080486e47dba7ed767707fb0a2939677dfbcb0e3)
This commit is contained in:
wxiaoguang 2024-05-10 20:58:05 +08:00 committed by Earl Warren
parent 51f6c3a059
commit b8f65234bc
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 11 additions and 10 deletions

View file

@ -2487,14 +2487,10 @@ tbody.commit-list {
.commit-body {
margin: 0.25em 0;
white-space: pre-wrap;
overflow-wrap: anywhere;
line-height: initial;
}
/* PR-comment */
.repository .timeline-item .commit-body {
margin-left: 45px;
}
.git-notes.top {
text-align: left;
}