reduce line-spacing within table

hi,
how do I reduce line-spacing in css?
thanks

Hi there

I need url of the page and screenshot of the changes you want to make on that page

i need to reduce space between the ones in black color (same as the red/green)
thanks

Hi there,
Thanks for keeping in touch.
In this case, could you perhaps try adding the following CSS code:

.table>tbody>tr>td {
padding: 0px;
}

I hope this helps.
Best Regards,
Support.

great. worked. Thanks a lot.

I will close this case now, Feel free to contact us again if you have other questions Thanks!