Increase DEditor width to post width?

In the post-content-cooked-html outlet, I have a Form which has a DEditor element. However, the editor element is, for some reason, tiny. Is there a CSS variable or some calculation that can be performed to get the width of the post, and apply that?

All it takes is some patience :slight_smile:

.inline-editor,
.inline-editor > #control-content > .form-kit__container-content {
  width: stretch;
}