Quote:
Originally Posted by sticky
Hey! This works. LOL, you're better than Vbulletin support.
The only problem is the issue still persists in PM's. Forum posting is fixed though when quoting.
|
I take no credit, this kludge was posted elsewhere by man1c.
To get it to work in PMs and Quick reply add this to the bottom of editor_contents.css.
Code:
/*-- Temporary Chrome Spacebar Fix --*/
@supports (-webkit-appearance:none) {
body.forum {white-space: pre-wrap;}
body.content {white-space: pre-wrap;}
}