mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04: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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user