From b89ff63aa323733855665d5560e597bcb0a3bbd9 Mon Sep 17 00:00:00 2001 From: Jake Howell Date: Mon, 2 Feb 2026 15:55:07 +1100 Subject: [PATCH] fix: render organization group page full-width (#21814) Addresses some feedback found in #21553 where the width of this page wasn't meeting its true potential. Now we're expanding the content to the full size of the`/organizations/:organisationId/groups/:groupName` route. | Previously | Now | | --- | --- | | | | --- site/src/pages/GroupsPage/GroupPage.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/site/src/pages/GroupsPage/GroupPage.tsx b/site/src/pages/GroupsPage/GroupPage.tsx index b5a9f1940a..061061bb29 100644 --- a/site/src/pages/GroupsPage/GroupPage.tsx +++ b/site/src/pages/GroupsPage/GroupPage.tsx @@ -103,11 +103,7 @@ const GroupPage: FC = () => { <> {title} - +
{groupData?.display_name || groupData?.name || "Unknown Group"} @@ -137,9 +133,9 @@ const GroupPage: FC = () => { )} - +
- +
{canUpdateGroup && groupData && !isEveryoneGroup(groupData) && ( { )} - +
{groupQuery.data && (