so textarea for something like "look" or "inventory" seems at a glance to be the natural approach, but it is terrible from a web UI design perspective from the GM's side - when you have multiple sheets open, you need them to take up as little screen real estate as possible, so having the text area take up extra space is really annoying. However, having the content get covered because the textarea is too small to contain the text... also annoying. do people just... ignore this? set the number of rows in an onchange event? is there a way to use a contenteditable div instead of a textarea?