Add space after map when the list of wards is hidden

This commit is contained in:
2024-08-25 12:05:44 +10:00
parent 239f2781b4
commit 1b5f41319b

View File

@@ -82,7 +82,10 @@ function sluggify($input) {
</div>
<!-- /wp:columns -->
<?php else: ?>
<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->
<?php endif; ?>
<?php foreach ($config['wardNames'] as $index => $wardName): ?>