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