Kavita/UI/Web/src/app/admin/invite-user/invite-user.component.scss
Robbie Davis d17ecf4e87
Fixing email link overflow (#1019)
# Fixed
- Fixed: Fixed an issue where the email link would extend past the modal.
2022-02-01 07:41:06 -08:00

5 lines
87 B
SCSS

.email-link {
word-break: break-all;
margin-bottom: 15px;
display: block;
}