mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-06 10:31:03 -04:00
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:
@@ -10,6 +10,7 @@
|
||||
white-space: normal;
|
||||
margin: 0 0 $gutter 0;
|
||||
clear: both;
|
||||
word-wrap: break-word;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user