mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Removing the govuk-body class
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<div class="user-list">
|
||||
{% if not current_service.email_reply_to_addresses %}
|
||||
<div class="user-list-item">
|
||||
<p class="govuk-body user-list-item-blank hint">You have not added any reply-to email addresses yet</p>
|
||||
<p class="usa-body user-list-item-blank hint">You have not added any reply-to email addresses yet</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% for item in current_service.email_reply_to_addresses %}
|
||||
|
||||
Reference in New Issue
Block a user