mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed portal tiers settings margin
This commit is contained in:
parent
00991f28c9
commit
2efc7768a8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
{{#if this.membersUtils.isStripeEnabled}}
|
{{#if this.membersUtils.isStripeEnabled}}
|
||||||
<div {{did-insert this.refreshAfterStripeConnected}}>
|
<div {{did-insert this.refreshAfterStripeConnected}}>
|
||||||
{{#if this.showPortalTiers}}
|
{{#if this.showPortalTiers}}
|
||||||
<div class="mb3">
|
<div class="mb3 mt5">
|
||||||
<h4 class="gh-portal-setting-title">Tiers available at signup</h4>
|
<h4 class="gh-portal-setting-title">Tiers available at signup</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group mb0 for-checkbox">
|
<div class="form-group mb0 for-checkbox">
|
||||||
|
|
Loading…
Add table
Reference in a new issue