diff --git a/src/main/webapp/WEB-INF/views/report/list.jsp b/src/main/webapp/WEB-INF/views/report/list.jsp index 11b3a2d51..6137f2a3d 100644 --- a/src/main/webapp/WEB-INF/views/report/list.jsp +++ b/src/main/webapp/WEB-INF/views/report/list.jsp @@ -98,6 +98,7 @@ $(document).ready(function() { var li=document.getElementById("liwhite").offsetWidth; var lipx=Number(li/6); + lipx=lipx-3; $(".lireport").css({'width':lipx+'px','text-overflow':'ellipsis','overflow':'hidden'}); });