mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-19 16:30:15 +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:
parent
ce27de4d48
commit
1d8d90fd37
2 changed files with 3 additions and 3 deletions
|
@ -1594,7 +1594,7 @@
|
|||
|
||||
@media (max-width: 991.98px) {
|
||||
.repository .diff-detail-box {
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue