mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -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;
|
white-space: normal;
|
||||||
margin: 0 0 $gutter 0;
|
margin: 0 0 $gutter 0;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
word-wrap: break-word;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user