Seeking assistance in identifying the CSS property responsible for subtly shrinking text within cells when selected
To see the issue, simply click on a cell in this code sandbox:
https://codesandbox.io/s/material-ui-table-virtualized-t2xkt
IMPORTANT: selecting a cell replaces the basic div with a customized Material UI TextField
Which CSS attribute should I modify to maintain consistent text size and alignment, whether the cell is focused or not?