mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 15:38:25 -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-top: 1px solid $border-colour;
|
||||||
border-bottom: 1px solid $border-colour;
|
border-bottom: 1px solid $border-colour;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
word-wrap: break-word;
|
||||||
|
|
||||||
&-wrapper {
|
&-wrapper {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user