2bitcoder / Jquery-Gantt

A Gantt Plugin using Jquery, Backbone and Kinetic
19 stars 1 forks source link

Task rows alignment with gantt rows #67

Closed 2bitcoder closed 9 years ago

2bitcoder commented 9 years ago

Change the current model as any font size change breaks the alignment between the 2 panels (task and gantt). Maybe move to a table on the task panel as it may be easier to align the table rows and gantt rows.

lavrton commented 9 years ago

I just set max-height property for tasks in side panel (currently 21px).

I think calculation height from side panel then pass that value to chart is not good way. So I close issue for now.