From 012c8a4570cf3429493775bca0b21df247289b8d Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Mon, 9 Oct 2023 14:19:39 +0800 Subject: [PATCH] * Fix bug #39285. --- module/project/css/testtask.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/css/testtask.css b/module/project/css/testtask.css index 36c6fbf838..fadd06cce7 100644 --- a/module/project/css/testtask.css +++ b/module/project/css/testtask.css @@ -1,7 +1,7 @@ .table-group-btns {width: 200px;} .table-footer, .table-grouped {box-shadow: none !important;} -.table-footer {margin-top: 10px;} +.table-footer {margin-top: 10px; margin-left: 205px;} .table-grouped > thead>tr>th.c-id, .table-grouped > tbody>tr>td.c-id {padding-left: 15px;} .table-grouped > tbody>tr>td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}