0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Adjusting the dropdown so it fits flush against the top header better

refs: https://github.com/TryGhost/Team/issues/1531
This commit is contained in:
James Morris 2022-05-11 15:57:00 +01:00
parent cd9ec81006
commit 54e9c63a7f

View file

@ -33,6 +33,7 @@
</div>
{{/if}}
{{#unless this.isTotalMembersZero}}
<div class="gh-dashboard5-select">
<PowerSelect
@selected={{this.selectedDaysOption}}
@ -48,6 +49,7 @@
{{#if option.name}}{{option.name}}{{else}}<span class="red">Unknown option</span>{{/if}}
</PowerSelect>
</div>
{{/unless}}
</section>
{{#if (enable-developer-experiments)}}