Make modal spinner centered

[MAILPOET-2602]
This commit is contained in:
Pavel Dohnal
2020-02-10 14:09:47 +01:00
committed by Jack Kitterhing
parent fce212ec19
commit 91bce97ab4
3 changed files with 11 additions and 1 deletions

View File

@@ -58,7 +58,9 @@ const FormPreview = () => {
>
<Preview>
{form === null && (
<Spinner />
<div className="mailpoet_spinner_wrapper">
<Spinner />
</div>
)}
{form !== null && (
<div>