Skip to content

Commit

Permalink
Increase max lenght of the hierarchy labels for the "line" container …
Browse files Browse the repository at this point in the history
…type
  • Loading branch information
lucaguindani committed Jun 3, 2024
1 parent 547b7ba commit a3b10a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/components/Line/components/Line.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit a3b10a3

Please sign in to comment.