mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-23 13:17:56 +08:00
Minor UI fixes (#14926)
* disable fork button when not signed in * fix commit body styling on PR page * fixup! fix commit body styling on PR page
This commit is contained in:
@ -2768,12 +2768,17 @@ tbody.commit-list {
|
||||
|
||||
.commit-body {
|
||||
white-space: pre-wrap;
|
||||
line-height: initial;
|
||||
}
|
||||
|
||||
.repository:not(.diff) {
|
||||
.commit-body {
|
||||
.commit-body { // commit history list
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.timeline-item .commit-body { // PR-comment
|
||||
margin-left: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.git-notes.top {
|
||||
|
Reference in New Issue
Block a user