From 8497408724cc135083c87a76aad85b7eafa03a7c Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 13 Sep 2021 13:28:32 +0800 Subject: [PATCH] * 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;}