Wrap long words in SMS template previews

If you put, for example, a URL in an SMS template it can be very long.
This can cause it to overflow its container. This commit forces it to
wrap instead.

Related: https://github.com/alphagov/notifications-admin/pull/439
This commit is contained in:
Chris Hill-Scott
2016-04-15 15:11:44 +01:00
parent f606422c1a
commit 5dfbd267ce

View File

@@ -10,6 +10,7 @@
white-space: normal;
margin: 0 0 $gutter 0;
clear: both;
word-wrap: break-word;
p {
margin: 0;