Changing Cell Height

image
image

So i have a table where i want to size of the cells to be smaller. I have found the css that descides the height. But how do i change it for this spesific table. Can i use the css element in the datatable to set this? If so how?

I found it. just wasnt search properly
css = [{‘selector’: ‘.dash-spreadsheet tr’, ‘rule’: ‘height: 10px;’}]