diff --git a/app/assets/stylesheets/views/send.scss b/app/assets/stylesheets/views/send.scss index 2bed875f8..d58da1dae 100644 --- a/app/assets/stylesheets/views/send.scss +++ b/app/assets/stylesheets/views/send.scss @@ -5,3 +5,9 @@ } } + +.send-recipient { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} diff --git a/app/templates/views/uploads/preview.html b/app/templates/views/uploads/preview.html index bfd180fe6..302785693 100644 --- a/app/templates/views/uploads/preview.html +++ b/app/templates/views/uploads/preview.html @@ -32,7 +32,7 @@ {% if status == 'valid' and current_service.live %}
-

+

Recipient: {{ recipient }}