I am looking for a way to decrease the spacing between rows in a table. I have been able to increase the spacing by addressing the selector of the field in column 1 (.mytable .cf-field {height:50px;}), but I can't seem to decrease it. My guess is that I am not addressing enough of the elements in the row, so some auto spacing is keeping the height at a minimum to accommodate everything.
Referencing the image, I am specifically looking to compress the spacing between Row 1 & Row 2, or Row X & Row Y (all rows) more generically. I would also like to be able to make the rows themselves smaller in height. Any info on addressing table selectors would be much appreciated.
Thanks, .... Steven.