From f14779592494d41b3ab04caaab53487f2f4ede5a Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 5 Mar 2024 15:21:52 +0100 Subject: [PATCH] Fix contributor graphs mobile layout and responsiveness (#29597) Also removed a unneeded and actually conflicting class name `stats-table`. Fixes: https://github.com/go-gitea/gitea/issues/29192 image --- web_src/js/components/RepoContributors.vue | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/web_src/js/components/RepoContributors.vue b/web_src/js/components/RepoContributors.vue index 84fdcae1f6..22c247ae32 100644 --- a/web_src/js/components/RepoContributors.vue +++ b/web_src/js/components/RepoContributors.vue @@ -303,7 +303,7 @@ export default {