The design of one of our applications requires that a certain text box be only wide enough to display a few digits at a time (30px).
There's no problem actually setting the width to 30px but when a user types in the text box, they can only ever see one digit at a time. It seems the rest of the digits are being bumped out of view.
