I'm trying to create more condensed grids in Kendo UI for Angular.
I've added a style to reduce the font size which works
k-grid {font-size:10px;}However try and change the default padding from padding: 8px 12px; to nothing it seems to have no effect.
k-grid td {padding:0px;}I've taken the demo grid from the Kendo Angular site and just added these styles to https://plnkr.co/edit/WByOCE8JzmJkNq4wROIw?p=preview
Any ideas on how to compact the grid to fit more data in?
