mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-15 19:01:04 -04:00
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:
@@ -28,6 +28,7 @@ $email-message-gutter: $gutter * 2;
|
||||
td {
|
||||
width: 99%;
|
||||
padding-right: $email-message-gutter;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user