1
1
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:
puni9869
2023-07-28 22:42:44 +05:30
committed by GitHub
parent ce27de4d48
commit 1d8d90fd37
2 changed files with 3 additions and 3 deletions

View File

@@ -1594,7 +1594,7 @@
@media (max-width: 991.98px) {
.repository .diff-detail-box {
flex-direction: column;
flex-direction: row;
align-items: flex-start;
}
}