Suppose that we have a div element with zero padding, absolute positioning, predefined width (in pixels) and some plain text inside.
Now, we increase the CSS font-size property of the text by one pixel. By what measure should I increase the width of the div so that its layout remains the same (i.e. no words jump from one line to another due to disproportionally increased width)?
In case it is not possible with CSS font-size set in pixels, should it be set in pt or em, and why?