mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-27 03:09:11 -04:00
Make sent international status display on 2 lines
Otherwise it wraps awkwardly
This commit is contained in:
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user