将 DEditor 宽度调整为帖子宽度?

post-content-cooked-html 出口(outlet)中,我有一个包含 DEditor 元素的表单。然而,出于某种原因,该编辑器元素的尺寸非常小。是否存在某个 CSS 变量或某种计算方法,可以获取帖子的宽度并应用它?

只需要一点耐心 :slight_smile:

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