How to get rid of space at the top and bottom of the table created by border-collapse; border-spacing?

Viewed 16

I'm using border-collapse: seperate; and border-spacing: 0 15px;

to create space between table rows. However, I don't need space that is created at the top and bottom of the table rows. Is there any way to get rid of them or override them?

enter image description here

0 Answers
Related