What's the best way to get something like bootstrap's table-condensed in ui-grid tables?
I've tried playing around with .ui-grid-cell
's height
and .ui-grid-cell-contents
' padding
but then the scrolling doesn't match the size and it causes strange behaviour when editing cells.
Any thoughts?