Make meta email preview meta info wrap nicely

Because the email addresses can get pretty long, and have no spaces in
them, they sometimes break out of their containing box. This looks messy
and causes horizontal scrolling.
This commit is contained in:
Chris Hill-Scott
2017-05-03 15:12:25 +01:00
parent c35ca4d161
commit 9be17bd728

View File

@@ -28,6 +28,7 @@ $email-message-gutter: $gutter * 2;
td {
width: 99%;
padding-right: $email-message-gutter;
word-break: break-word;
}
}