Files
notifications-admin/app/assets/stylesheets/views/send.scss
Chris Hill-Scott 98edecbe29 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.
2019-11-27 11:24:50 +00:00

14 lines
161 B
SCSS

.send-one-off-form {
.form-group {
margin-bottom: 20px;
}
}
.send-recipient {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}