mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 00:38:36 +00:00
Fix styling and padding for commit list on PR view (#11588)
* Fix styling and padding for commit list on PR view * fix bold on author
This commit is contained in:
committed by
GitHub
parent
31df012968
commit
ac3c467770
@@ -751,11 +751,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
&:first-child:not(.commit) {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
&:last-child:not(.commit) {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
@@ -807,8 +807,9 @@
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
&.event.small-line-spacing {
|
||||
padding: 2px 0 0 15px;
|
||||
&.commits-list {
|
||||
padding-left: 15px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
&.event > .commit-status-link {
|
||||
|
Reference in New Issue
Block a user