mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-30 06:01:06 -04:00
Wrap long words in email template previews
If you put, for example, a URL in an email template it can be very long. This can cause it to overflow its container. This commit forces it to wrap instead.
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
border-top: 1px solid $border-colour;
|
||||
border-bottom: 1px solid $border-colour;
|
||||
position: relative;
|
||||
word-wrap: break-word;
|
||||
|
||||
&-wrapper {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user