From ebad305ad8e34f89b4403d7996321c6d423be09d Mon Sep 17 00:00:00 2001 From: liyuchun Date: Mon, 13 Sep 2021 15:34:17 +0800 Subject: [PATCH 1/2] * Fix bug #14747. --- module/block/view/qastatisticblock.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/block/view/qastatisticblock.html.php b/module/block/view/qastatisticblock.html.php index f5131c3497..65d5142742 100644 --- a/module/block/view/qastatisticblock.html.php +++ b/module/block/view/qastatisticblock.html.php @@ -93,7 +93,7 @@ $(function()
  • productID='id;?>'> - name;?> + name;?> id"), "", '', "class='btn-view' title={$lang->bug->browse}");?>
  • @@ -103,7 +103,7 @@ $(function()
    -
    +
    testtask):?> From 8497408724cc135083c87a76aad85b7eafa03a7c Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 13 Sep 2021 13:28:32 +0800 Subject: [PATCH 2/2] * Fix bug #14810. --- module/product/css/all.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/product/css/all.css b/module/product/css/all.css index 39217434d9..9e2a5e9ebb 100644 --- a/module/product/css/all.css +++ b/module/product/css/all.css @@ -49,3 +49,4 @@ th.table-nest-title .table-nest-toggle:hover {opacity: 1;} .main-table thead>tr>th {padding: 0px 8px; line-height: 24px;} .icon-move {color: #16a8f8;} +.c-name {text-overflow: unset !important;}