# Admin pages should be full width

**URL:** https://meta.discourse.org/t/admin-pages-should-be-full-width/386640
**Category:** UX
**Created:** [24 oktober 2025 om 14:23 UTC](https://meta.discourse.org/t/admin-pages-should-be-full-width/386640 "2025-10-24T14:23:19Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [24 oktober 2025 om 19:37 UTC](https://meta.discourse.org/t/admin-pages-should-be-full-width/386640/3 "2025-10-24T19:37:58Z")

</div>

Thanks for the tickler – the email log in particular has been bugging me & I hadn’t addressed it.

It seems a bit too easy, but I’m having good luck with this CSS tweak:

```plaintext
// expand admin pages to full width
.admin-interface {
  --d-max-width: 100%;
}

```

It doesn’t affect internal dialogs of course, and on some admin pages it’s overkill, but gosh it makes logs nicer.

---

_[View the full topic](https://meta.discourse.org/t/admin-pages-should-be-full-width/386640)._
