aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorpuni9869 <80308335+puni9869@users.noreply.github.com>2023-07-28 22:42:44 +0530
committerGitHub <noreply@github.com>2023-07-28 13:12:44 -0400
commit1d8d90fd3727ffdf0500c8dd474b85e0c285d064 (patch)
tree0707589d9c345fd0d567140d92ce1444f4fd3a7b /web_src
parentce27de4d486884745bd944c56fc0365b2d588e54 (diff)
downloadgitea-1d8d90fd3727ffdf0500c8dd474b85e0c285d064.tar.gz
gitea-1d8d90fd3727ffdf0500c8dd474b85e0c285d064.zip
Fixing the align of commit stats in commit_page template. (#26161)
Fixing the align center to row and space around for commit_page template.
Diffstat (limited to 'web_src')
-rw-r--r--web_src/css/repo.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/css/repo.css b/web_src/css/repo.css
index 6cd7c2537e..04cb4eed2d 100644
--- a/web_src/css/repo.css
+++ b/web_src/css/repo.css
@@ -1594,7 +1594,7 @@
@media (max-width: 991.98px) {
.repository .diff-detail-box {
- flex-direction: column;
+ flex-direction: row;
align-items: flex-start;
}
}