diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index 9525a81d8..65fc988a4 100755 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -146,11 +146,11 @@ - + {$ web.wp_sites.length $} WordPress Sites - + Loading @@ -401,11 +401,14 @@ .loading-indicator { display: inline-flex; align-items: center; - justify-content: center; + gap: 8px; color: #00749C; + font-size: 14px; + padding: 0 8px; } .loading-indicator i { font-size: 14px; + margin-left: 4px; }