Links style changes after migration to v9

After migrating to version 9, i noticed that the links style has changed a bit.

Here is a screenshot to illustrate what i mean:

As you can see in the screenshot the starting and ending width of the line is increased compared to version 8. Because of that the link is overlapping the left and right side content of the tasks.

I personally see no reason for this change and i would like to ask how can i customise the length so that the link doesn’t overlap my content.

Thanks in advance.

Hello Nikolai,
This looks like a bug, and I have forwarded it to the developers for further investigation. In the meantime, you can try shifting the left and right text using  

gantt.templates.leftside_text = (start, end, task) => {
    return `${formatter.format(task.duration)}       `;
};

gantt.templates.rightside_text = (start, end, task) => {
    return `      ID: #${task.id}`;
};

You can check it in action here:
https://snippet.dhtmlx.com/e9y1hle1

Hello Nikolai,
In the 9.0 version, the dev team fixed the left and right side text position when tasks have links.
You can check how it works in the following snippet:
https://snippet.dhtmlx.com/pc51f7bv