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:
Chris Hill-Scott
2016-04-13 14:59:19 +01:00
parent 9acd344475
commit 6909146fee

View File

@@ -45,6 +45,7 @@
border-top: 1px solid $border-colour;
border-bottom: 1px solid $border-colour;
position: relative;
word-wrap: break-word;
&-wrapper {