mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 12:21:22 -05:00
Stop recipient address wrapping to multiple lines
Stops the sticky footer getting too tall. Added a title attribute so people can hover and see the whole thing if they really need to.
This commit is contained in:
@@ -5,3 +5,9 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.send-recipient {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
{% if status == 'valid' and current_service.live %}
|
||||
<div class="js-stick-at-bottom-when-scrolling">
|
||||
<p class="top-gutter-0 bottom-gutter-1-2">
|
||||
<p class="top-gutter-0 bottom-gutter-1-2 send-recipient" title="{{ recipient }}">
|
||||
Recipient: {{ recipient }}
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user