Gantt v9 Link Arrow Bug

The link arrow is offset a little to the bottom in the new gantt version if initialized inside a layout.
Please see snippet below.

DHTMLX - Gantt. Several Gantt Instances in the DHTMLX Suite’s Layout

Hello Cairo,
Thank you for letting us know about that issue. It seems there is a conflict with the line-height style rule:


I will add it as a bug to our internal bug tracker. The dev team will fix it in the future, but I cannot give you any ETA.

As a workaround, you can add the following style rule:

.gantt_link_arrow {
    line-height: normal;
}

https://snippet.dhtmlx.com/5g4urq6l

1 Like

Hello Cairo,
The dev team fixed the bug with the wrong link arrow position because of the line-height style rule:
https://docs.dhtmlx.com/gantt/whatsnew.html#904:~:text=Correct%20the%20position%20of%20link%20arrows%20affected%20by%20the%20line-height%20CSS%20style

You can check that the issue is no longer reproduced in the following snippets:
https://snippet.dhtmlx.com/ftqzumic