# Admin pages should be full width

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

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [October 24, 2025, 2:23pm UTC](https://meta.discourse.org/t/admin-pages-should-be-full-width/386640/1 "2025-10-24T14:23:19Z")

</div>

Can we expand out listings in the Admin side so that we can use the width of the browser?

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/3/f/93fab54ff7b542b46fb2ca6331d9f9430ccf6469.png)

I have to scroll left and right here to see all the columns, but there’s tons of room.

Similarly, this dialog is SO TINY and doesn’t need to be:

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/b/2/9b2cd4ae5d0a59ae1fbbe5edf60d4de2ae5c5991.png)

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [October 24, 2025, 2:38pm UTC](https://meta.discourse.org/t/admin-pages-should-be-full-width/386640/2 "2025-10-24T14:38:53Z")

</div>

I think there was similar feedback in

> [@Email logs overflow admin-container requiring horizontal scroll](https://meta.discourse.org/t/email-logs-overflow-admin-container-requiring-horizontal-scroll/385184):
>
> I’m pretty sure this stems from a recent update — it used to be contained. The Received email log is nicely contained because it has fewer columns: The Sent and Rejected logs overflow:

---

<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: [October 24, 2025, 7:37pm 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.
