Gantt Row : reduce height

How, with css, can i reduce height of task bar ?

Best regard,

Laurent

It can be done through js code like next

gantt.config.row_height = 50;

docs.dhtmlx.com/gantt/api__gantt … onfig.html

it’s so simple …
thanks a lot,

Laurent