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.