Reply's form in the forum could use pre-wrap

Hi, this is a technical message for the admin of this forum.

Currently the textarea is using a

.cke_skin_kama textarea.cke_source {
font-family: ‘Courier New’,Monospace;
font-size: small;
background-color: #fff;
white-space: pre;
}

It would be beneficial to replace it by:

.cke_skin_kama textarea.cke_source {
font-family: ‘Courier New’,Monospace;
font-size: small;
background-color: #fff;
white-space: pre-wrap;
}

This was reported by a Firefox user on WebCompat.com

https://webcompat.com/issues/1510


Mozilla Web Compatibility team.

This is an automated message - since the last reply was more than 3 months old, I auto-marked it as the solution. If you still need help, just post a new reply.