gantt thin task bar

Hi,
is it possibile to style a task bar (type=project) with thinner heigth ?

thanks.

Hi,
on a code level, all tasks have the same height, defined in task_height config.
docs.dhtmlx.com/gantt/api__gantt … onfig.html

But you can alter height of a certain tasks via css:

.gantt_task_line.gantt_project { margin-top: 5px; height: 20px !important; line-height: 20px !important; }