DEditor 너비를 게시글 너비로 늘리려면?

post-content-cooked-html 아웃렛에 DEditor 요소가 포함된 Form이 있습니다. 그러나 편집기 요소가 어떤 이유에서인지 매우 작게 표시됩니다. 게시물의 너비를 가져와서 적용할 수 있는 CSS 변수나 계산식이 있을까요?

조금만 인내하면 됩니다 :slight_smile:

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