mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-05 14:00:51 -04:00
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.
14 lines
161 B
SCSS
14 lines
161 B
SCSS
.send-one-off-form {
|
|
|
|
.form-group {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
}
|
|
|
|
.send-recipient {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|