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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}
}