ID:101368
 
Applies to:Website
Status: Open

Issue hasn't been assigned a status value.
Set the width of the textarea for the trackers to a percentage.

I'm rocking a 1680 pixel wide resolution and you've got me cramped down to 425 pixel wide box! Same goes for the forums. Set this to a percentage so it works well on all resolutions, perhaps with the min-width CSS attribute set to some pixel length as well.
I concur. While it was more of an issue before my widescreen monitor self-destructed, I've had this problem throughout most of the site and would appreciate more space. =)
It's kind of a tricky proposition in CSS because the textarea is in a table. Getting the left-hand columns to only take up the minimum width necessary, while getting the right-hand columns to take up the maximum width available, is a difficult concept in CSS. This deserves some looking at though so I'll put it on the List.