jchau
21 Nov 2012, 9:38 AM
I would like to increase the padding on all grid rows. So I overrode the the following style for grid cells:
.x-grid-cell-inner{
padding:6px !important;
}
But now that treepanels are essentially grids too, it also increased padding between treenodes. Is there a way to target gridpanels only without assigning a special cls to every single gridpanel in my application?
.x-grid-cell-inner{
padding:6px !important;
}
But now that treepanels are essentially grids too, it also increased padding between treenodes. Is there a way to target gridpanels only without assigning a special cls to every single gridpanel in my application?