From 30a72c2685ca56dcdb37aa41f28637046da2dbb7 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 15 Dec 2022 11:08:01 +0800 Subject: [PATCH] * adjust style. --- module/release/css/browse.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/release/css/browse.css b/module/release/css/browse.css index f3e6245b39..19a47c17a4 100644 --- a/module/release/css/browse.css +++ b/module/release/css/browse.css @@ -3,7 +3,7 @@ td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} #releaseList tbody>tr:hover{background-color: unset!important;} .main-table tbody>tr>td:first-child{padding: 2px 8px!important;} -#releaseList th, #releaseList td{padding-left:16px !important;} +#releaseList th, #releaseList td{padding-left:16px !important;padding-right:16px !important;} #releaseList .c-id {width: 60px} #releaseList .c-branch {width: 100px} #releaseList .c-date {width: 160px}