From 54e9c63a7f384f4c046bacf20a972303dcc32615 Mon Sep 17 00:00:00 2001 From: James Morris Date: Wed, 11 May 2022 15:57:00 +0100 Subject: [PATCH] Adjusting the dropdown so it fits flush against the top header better refs: https://github.com/TryGhost/Team/issues/1531 --- .../app/components/dashboard/dashboard-v5.hbs | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/ghost/admin/app/components/dashboard/dashboard-v5.hbs b/ghost/admin/app/components/dashboard/dashboard-v5.hbs index faf22cff57..627a497d0f 100644 --- a/ghost/admin/app/components/dashboard/dashboard-v5.hbs +++ b/ghost/admin/app/components/dashboard/dashboard-v5.hbs @@ -33,21 +33,23 @@ {{/if}} -
- - {{#if option.name}}{{option.name}}{{else}}Unknown option{{/if}} - -
+ {{#unless this.isTotalMembersZero}} +
+ + {{#if option.name}}{{option.name}}{{else}}Unknown option{{/if}} + +
+ {{/unless}} {{#if (enable-developer-experiments)}}