mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 02:08:36 +00:00
Fixing the align of commit stats in commit_page template. (#26161)
Fixing the align center to row and space around for commit_page template.
This commit is contained in:
@@ -1594,7 +1594,7 @@
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
.repository .diff-detail-box {
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user