# Increase DEditor width to post width?

**URL:** <https://meta.discourse.org/t/increase-deditor-width-to-post-width/411774>\
**Category:** Development\
**Created:** [September 7, 2026, 2:49am UTC](https://meta.discourse.org/t/increase-deditor-width-to-post-width/411774 "2026-09-07T02:49:30Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)\
**Post date:** [September 7, 2026, 3:00am UTC](https://meta.discourse.org/t/increase-deditor-width-to-post-width/411774/2 "2026-09-07T03:00:12Z")

</div>

All it takes is some patience 🙂

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

```

---

_[View the full topic](https://meta.discourse.org/t/increase-deditor-width-to-post-width/411774)._
