There's not really any way to fix it working under the assumption that users are mucking with their font settings. In fact, this breaks a lot of really popular sites, even.
There might be some CSS way to set the pixel-size of the text input boxes (which is what I expect the problem is). If someone figured this out, I could implement it right away (it wouldn't negatively affect people for whom the site is already working).
Otherwise, the solution is probably to insert enough graphics in the board that the browser considers the board more important than the form and decides to overflow the form table cell instead. I'll eventually do this (if we can't fix it with CSS or something else) as a flag you can set, but it's way way low priority. |