It seems changes made to CSS in V13 has triggered a code effort to "correct" as per article here:
https://www.telerik.com/blazor-ui/documentation/upgrade/rendering-changes/13-0-0
Not sure why this was done, but it's left us with dropdownlist and grids and many buttons much larger than before and as such as increased the row heights causing a BIG mess.
I can go thru the Developer mode for Edge and trying to locate all the offending changes, but that's time consuming. Can I get a more comprehensive list of what exactly was changed and what CSS k classes I'll need to address to get this back to what was working in v12.3?
Rob.

I adjusted as follows (to recover spacing):
.k-grid.k-grid-sm .k-table .k-edit-cell, .k-grid.k-grid-sm .k-table .k-command-cell, .k-grid.k-grid-sm .k-table .k-grid-edit-row td, .k-grid.k-grid-sm .k-table .k-grid-edit-row .k-table-td, .k-grid .k-grid.k-grid-sm .k-table .k-edit-cell, .k-grid .k-grid.k-grid-sm .k-table .k-command-cell, .k-grid .k-grid.k-grid-sm .k-table .k-grid-edit-row td, .k-grid .k-grid.k-grid-sm .k-table .k-grid-edit-row .k-table-td { padding-block: var(--kendo-spacing-1, 0.25rem); padding-inline: var(--kendo-spacing-1, 0.25rem); }