I've been attempting to establish a row height of 30px
for a table (https://material-ui.com/components/tables/), but it seems that the minimum I can set is 53.
Why is this restriction in place? How can I adjust the row height to 30px using CSS based on the documentation link (https://material-ui.com/components/tables/) provided?
I applied height: 30px
to the className MuiTableRow-root
, but unfortunately, it doesn't seem to have any effect.