Set overflow-auto to the error message container for better display

This commit is contained in:
Alex Tselegidis 2022-03-29 10:49:15 +02:00
parent 09711853a6
commit ae2fc9ef99
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ window.App = (function () {
'class': 'card', 'class': 'card',
'html': [ 'html': [
$('<div/>', { $('<div/>', {
'class': 'card-body', 'class': 'card-body overflow-auto',
'html': response.message 'html': response.message
}) })
] ]