UI-Theme - Row height

2 things to adjust
Font size and the row height. Find good balance between those.

.nrdb-ui-table .v-table--density-default{
    --v-table-row-height: 20px;
}

.nrdb-ui-table .v-table__wrapper{
    font-size: smaller;
}