From 5493b37c6129fd454f98b0dfc32ea67abe51691c Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 28 Jul 2022 13:34:51 +0800 Subject: [PATCH] * Fix bug #25825. --- module/mr/css/browse.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/module/mr/css/browse.css b/module/mr/css/browse.css index 2178adff41..edb89a5bf2 100644 --- a/module/mr/css/browse.css +++ b/module/mr/css/browse.css @@ -13,8 +13,9 @@ #repoList .tree li > a {line-height: 20px; border-radius: 2px;} .c-id {width: 60px;} -.c-title {min-width: 120px;} -.c-branch {width: 240px;} +.c-title {width: 150px;} +.c-branch {width: 200px;} .c-status {width: 120px;} -.c-author {width: 100px;} -.c-date {width: 140px;} +.c-author {width: 80px;} +.c-date {width: 100px;} +[lang^='zh-'] .c-status {width: 100px;}