Files
notifications-admin/app/assets/stylesheets/views/send.scss

15 lines
182 B
SCSS
Raw Normal View History

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