From a3b10a32825c414a691c8600e781b68142166a7d Mon Sep 17 00:00:00 2001 From: Luca Guindani Date: Mon, 3 Jun 2024 14:20:01 +0200 Subject: [PATCH] Increase max lenght of the hierarchy labels for the "line" container type --- app/javascript/components/Line/components/Line.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/components/Line/components/Line.jsx b/app/javascript/components/Line/components/Line.jsx index 3de6cb604..fd1d1b2ee 100644 --- a/app/javascript/components/Line/components/Line.jsx +++ b/app/javascript/components/Line/components/Line.jsx @@ -97,7 +97,7 @@ const ItemGroup = forwardRef((props, ref) => { emptyCount.current = 0 } - let maxTitleLenght = 35 + let maxTitleLenght = 38 let groupTitle = computeGroupTitle(level, title, type, format) if (typeof items === 'object' && !Array.isArray(items)) {