where is the file “style.css” in file management…

Hi Adolf.

That is the behavior that WP has, we do not do it.
The solution that I propose is not that complicated, every time you press Enter have the Shift key also selected and it is not a solution that we propose, it is something that WordPress itself proposes.

You can code it by css but you will modify all the spaces and it is not a solution for what you are looking for.

.- Edit the file editor.min.css that you will find in wp-includes/css/editor.min.css

.- Look for the following line:

.wp-editor-area { font-family: Consoles,Monaco,monospace; font-size: 13px; padding: 10px; margin: 1px 0 0; line-height: 150%; border: 0; outline: 0; display: block; resize: vertical; }

Modifies the value of ” line-height: 150%; ” for example ” line-height: 125%; “

All the best

AnswerQuote

Answered : 12/19/2017 10:19 am

See also  Plugin for correct answers in Contact Form...
Loading Facebook Comments ...
Loading Disqus Comments ...