From 403d24a01bda588de61b9f8ba772909fd6b9aef0 Mon Sep 17 00:00:00 2001 From: James Morris Date: Thu, 25 Aug 2022 12:30:32 +0100 Subject: [PATCH] Locked the status column so it works better at larger screen sizes refs https://github.com/TryGhost/Team/issues/1848 --- ghost/admin/app/styles/layouts/content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghost/admin/app/styles/layouts/content.css b/ghost/admin/app/styles/layouts/content.css index bd6544c287..cddb6a6760 100644 --- a/ghost/admin/app/styles/layouts/content.css +++ b/ghost/admin/app/styles/layouts/content.css @@ -184,6 +184,10 @@ width: 150px; } +.gh-list.feature-memberAttribution .gh-posts-status-header { + width: 180px; +} + .gh-list:not(.feature-memberAttribution) .gh-posts-status-header { width: 140px; }