I’m using v5.3.2 with BS4. I’m trying to reduce the height of each grid row by remove line-height attribute of html and body element in bootstrap.css. It does look better, as there are global settings though, are there jqgrid classes I can adjust without modify BSs’? TIA
What you mean global setting – what you do is a global setting.
As far as I remember the big height of the table row of Bottstrap 4 is caused by the padding (defined in class table) which (I remember) is about 0.75rem. You can make the height of the row smaller if you reduce the top and bottom padding.
By example to do this only for all jqGrid you can: