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:
parent
cd9ec81006
commit
54e9c63a7f
1 changed files with 17 additions and 15 deletions
|
@ -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)}}
|
||||
|
|
Loading…
Add table
Reference in a new issue