Private Notes display problem

Sort:
Joggler

Hi,
I typed some notes into the private notes textbox and saved them.
When I looked at them again I noticed I couldn't see all the text.

I am a web developer so I couldn't resist investigating the html.
I found the problem in the following code

div id="sbmbox">
 div id="c10">
  div id="chatbox">
textarea id="c12" rows="8" cols="33"

If I change it to cols="31" it displays ok

I am using Firefox 5.0 on Ubuntu.

Anyone else seeing this? I guess its just a problem with my setup.