mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Fixed a few broken styles in the template search
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
{% endif %}
|
||||
</p>
|
||||
{% else %}
|
||||
<nav id="template-list" class="{{ 'govuk-!-margin-top-1' if (not show_template_nav and not show_search_box) else 'govuk-!-margin-top-6' }}">
|
||||
<nav id="template-list">
|
||||
{% set checkboxes_data = [] %}
|
||||
|
||||
{% if not current_user.has_permissions('manage_templates') %}
|
||||
|
||||
@@ -51,11 +51,11 @@
|
||||
<span class="live-search-relevant">{{ item.name }}</span>
|
||||
</a>
|
||||
{% else %}
|
||||
<a class="usa-link template-list-template" href="{{ url_for('.conversation_reply_with_template', service_id=current_service.id, template_id=item.id, notification_id=notification_id) }}">
|
||||
<a class="usa-link usa-template-list-template" href="{{ url_for('.conversation_reply_with_template', service_id=current_service.id, template_id=item.id, notification_id=notification_id) }}">
|
||||
<span class="live-search-relevant">{{ item.name }}</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
<p class="template-list-item-hint govuk-hint">
|
||||
<p class="template-list-item-hint usa-hint usa-checkbox__label-description">
|
||||
{{ item.hint }}
|
||||
</p>
|
||||
</li>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<span class="live-search-relevant">{{ item.name }}</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
<p class="template-list-item-hint govuk-hint">
|
||||
<p class="template-list-item-hint usa-hint usa-checkbox__label-description">
|
||||
{{ item.hint }}
|
||||
</p>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user