Merge pull request #1579 from alphagov/right-align-reply

Right-align reply link in conversation view
This commit is contained in:
Chris Hill-Scott
2017-10-24 12:24:14 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -73,3 +73,7 @@ $tail-angle: 20deg;
}
}
.sms-message-reply-link {
text-align: right;
}

View File

@@ -23,7 +23,7 @@
) }}
{% if current_user.has_permissions(['send_texts'], admin_override=True) %}
<p>
<p class="sms-message-reply-link">
<a href="{{ url_for('.conversation_reply', service_id=current_service.id, notification_id=notification_id) }}">Send a text message to this phone number</a>
</p>
{% endif %}