From dc8a431e454ae9f5ccbdae507852f8dc6a30273c Mon Sep 17 00:00:00 2001 From: James Morris Date: Wed, 11 May 2022 16:50:20 +0100 Subject: [PATCH] Fixed up the empty list states if something fails for What's New or Staff Picks refs: https://github.com/TryGhost/Team/issues/1531 --- .../app/components/dashboard/v5/resources/staff-picks.hbs | 1 - .../admin/app/components/dashboard/v5/resources/whats-new.hbs | 1 - ghost/admin/app/styles/layouts/dashboard-v5.css | 4 ++++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/components/dashboard/v5/resources/staff-picks.hbs b/ghost/admin/app/components/dashboard/v5/resources/staff-picks.hbs index 54da0b52b5..9de9b699d7 100644 --- a/ghost/admin/app/components/dashboard/v5/resources/staff-picks.hbs +++ b/ghost/admin/app/components/dashboard/v5/resources/staff-picks.hbs @@ -19,7 +19,6 @@ {{else}}
- {{svg-jar "no-data-list"}}

No staff picks yet.

{{/each}} diff --git a/ghost/admin/app/components/dashboard/v5/resources/whats-new.hbs b/ghost/admin/app/components/dashboard/v5/resources/whats-new.hbs index e63bfcdbe7..0bafbd0aaa 100644 --- a/ghost/admin/app/components/dashboard/v5/resources/whats-new.hbs +++ b/ghost/admin/app/components/dashboard/v5/resources/whats-new.hbs @@ -19,7 +19,6 @@ {{else}}
- {{svg-jar "no-data-list"}}

No new features yet.

{{/each}} diff --git a/ghost/admin/app/styles/layouts/dashboard-v5.css b/ghost/admin/app/styles/layouts/dashboard-v5.css index 96780415b4..8df6995ce9 100644 --- a/ghost/admin/app/styles/layouts/dashboard-v5.css +++ b/ghost/admin/app/styles/layouts/dashboard-v5.css @@ -770,6 +770,10 @@ Dashboard v5 List */ white-space: nowrap; } +.gh-dashboard5-list-empty { + flex: 1; +} + /* --------------------------------- Dashboard v5 Overview */