With wordpress version 3.3.1, shift-enter to insert linebreaks in pages and posts is not working anymore.
Has anybody observed this as well? Is there a fix for that?
Thanks!
With wordpress version 3.3.1, shift-enter to insert linebreaks in pages and posts is not working anymore.
Has anybody observed this as well? Is there a fix for that?
Thanks!
You must be logged in to post a comment.
It’s working for me — have you checked your source code on the published post to see if
<br>
tags are being inserted?If so, you may want to check your CSS to make sure nothing is over-riding the
tags.
One of the biggest culprits can be float: left being applied to the line breaks.
I had that same problem and for me, the following CSS worked:
Now just hit enter is working when you edit it in the post.