I am trying to reduce the width of the keys but there seems to be a minimum width based on the font size. No matter what I do with css width, the keys reach a minimum width for that font size and will not get any smaller. The text within a button is for example 45px wide. The button containing this text will not reduce inner width below 85px (not counting padding and margin). The text has no padding or margin. This was ok when I was building a numeric keypad, but it is forcing me to use a much smaller font than I'd like to get the button widths I need to fit.
I am trying to reduce the width of the keys but there seems to be a minimum width based on the font size. No matter what I do with css width, the keys reach a minimum width for that font size and will not get any smaller. The text within a button is for example 45px wide. The button containing this text will not reduce inner width below 85px (not counting padding and margin). The text has no padding or margin. This was ok when I was building a numeric keypad, but it is forcing me to use a much smaller font than I'd like to get the button widths I need to fit.