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;}
}
|
That wasn't what I (man1c) posted, this was:-
Code:
@supports (-webkit-appearance:none) {
body.forum {white-space: pre-wrap;}
}
You also need to turn off quick edit for it to work properly without any extra whitespace issues for anybody.