mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-12 17:32:47 -04:00
Add margin to area list above map as looks cleaner
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
|
||||
{% for area in broadcast_message.areas %}
|
||||
{% if loop.first %}
|
||||
<ul class="area-list">
|
||||
<ul class="area-list govuk-!-margin-bottom-4">
|
||||
{% endif %}
|
||||
<li class="area-list-item area-list-item--unremoveable">
|
||||
{{ area.name }}
|
||||
|
||||
Reference in New Issue
Block a user