Make sent international status display on 2 lines

Otherwise it wraps awkwardly
This commit is contained in:
Chris Hill-Scott
2020-09-17 12:33:46 +01:00
parent 33e7ae8895
commit daaa3d69a3
3 changed files with 15 additions and 2 deletions

View File

@@ -479,7 +479,10 @@ def format_notification_status_as_field_status(status, notification_type):
'virus-scan-failed': 'error',
'returned-letter': None,
'cancelled': 'error',
}
},
'sms': {
'sent': 'sent-international'
},
}.get(
notification_type,
{