Quote:
Originally Posted by Kane@airrifle
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;}
}
|
Thanks for this! Is it just putting the cursor before the quote tag, or am I missing something?