Quote:
Originally Posted by Kane@airrifle
Adding this to to the bottom of editor_contents.css seems to get the space bar working with the WYSIWYG editor on my board.
Code:
@supports (-webkit-appearance:none) {
body.forum {white-space: pre-wrap;}
}
The added blank lines that appear in the quoted post disappear on posting.
YMMV
|
If you like it, then that's great. For me I feel like if I have to explain to my users to not worry about the extra blank lines I might as well just tell them to hit the enter key to get the space bar working again.