From 28fa373b0c41d5c9de0aa1b50b2b70a6db3a8aa4 Mon Sep 17 00:00:00 2001 From: Paul Daly Date: Fri, 3 Oct 2025 10:21:52 +0100 Subject: [PATCH] Change to layout of default Content area dashboard (#20355) Change to layout of default content dashboard. I have removed the max width on the wrapper and increased the padding on the small pods to match the larger pod. This improves consistency with all other default dashboards in other sections of the CMS, none of which had a max width applied and where all pods had larger padding. Co-authored-by: Paul --- .../packages/umbraco-news/umbraco-news-dashboard.element.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/umbraco-news/umbraco-news-dashboard.element.ts b/src/Umbraco.Web.UI.Client/src/packages/umbraco-news/umbraco-news-dashboard.element.ts index b887ffbdde..7a1c506bb1 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/umbraco-news/umbraco-news-dashboard.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/umbraco-news/umbraco-news-dashboard.element.ts @@ -74,8 +74,7 @@ export class UmbUmbracoNewsDashboardElement extends UmbLitElement { #info-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)); - grid-gap: var(--uui-size-space-4); - max-width: 1000px; + grid-gap: var(--uui-size-space-5); } .info-link {