79726597

Date: 2025-08-05 20:35:07
Score: 0.5
Natty:
Report link

if someone swing by:

Here is also a possible solution.

Apply this to the target-element holding the editor, like this:

.editorholder {
  height: 500px;
  display: flex;
  flex-flow: column;
}
<div class="editorholder">
  <div id="editor">
    <p>Hello World!</p>
  </div>
</div>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: D. Herzog