Fixed padding on member-limit notification box on publish page

Refs https://github.com/TryGhost/Team/issues/1885
This commit is contained in:
Sanne de Vries 2022-09-27 11:27:58 +07:00
parent 9818634b63
commit ac7d7427e9

View File

@ -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}}