mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 16:19:49 -04:00
Merge pull request #1596 from alphagov/extra-letter-spacing-phone-search
Add extra letter spacing to phone number search
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
action="{{ url_for('.view_notifications', service_id=current_service.id, message_type=message_type) }}"
|
action="{{ url_for('.view_notifications', service_id=current_service.id, message_type=message_type) }}"
|
||||||
class="grid-row"
|
class="grid-row"
|
||||||
>
|
>
|
||||||
<div class="column-three-quarters">
|
<div class="column-three-quarters {% if message_type == 'sms' %}extra-tracking{% endif %}">
|
||||||
{{ textbox(
|
{{ textbox(
|
||||||
search_form.to,
|
search_form.to,
|
||||||
width='1-1',
|
width='1-1',
|
||||||
|
|||||||
Reference in New Issue
Block a user