Correctly display long error messages within the modal

This commit is contained in:
alextselegidis 2021-11-17 09:23:21 +01:00
parent 758e556f56
commit 9afe90f831

View file

@ -334,7 +334,7 @@ window.GeneralFunctions = window.GeneralFunctions || {};
'class': 'card',
'html': [
$('<div/>', {
'class': 'card-body',
'class': 'card-body overflow-auto',
'html': response.message || '→ No error information provided.'
})
]