post-content-cooked-html 아웃렛에 DEditor 요소가 포함된 Form이 있습니다. 그러나 편집기 요소가 어떤 이유에서인지 매우 작게 표시됩니다. 게시물의 너비를 가져와서 적용할 수 있는 CSS 변수나 계산식이 있을까요?
조금만 인내하면 됩니다 ![]()
.inline-editor,
.inline-editor > #control-content > .form-kit__container-content {
width: stretch;
}
