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?
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?