mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Fixed padding on member-limit notification box on publish page
Refs https://github.com/TryGhost/Team/issues/1885
This commit is contained in:
parent
9818634b63
commit
ac7d7427e9
@ -15,7 +15,7 @@
|
||||
{{/if}}
|
||||
</div>
|
||||
{{#if @publishOptions.publishDisabledError}}
|
||||
<p class="gh-box gh-content-box" data-test-publish-type-error="publish-disabled">
|
||||
<p class="gh-box gh-content-box pa" data-test-publish-type-error="publish-disabled">
|
||||
{{@publishOptions.publishDisabledError}}
|
||||
</p>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user