Is there anyway to reduce the whitespace between rows in an interactive grid report.
With interactive reports I'm using the following css which seems to do the job
.a-IRR-table td { padding: 0px 0px 0px 0px; }
But i'm struggling to find the correct css to do the same on an interactive grid, i've tried the following but all that does is removed the white space to the left and right of the cell contents
.a-GV-table td { padding: 0px 0px 0px 0px; }