forked from mirrors/easyappointments
Set overflow-auto to the error message container for better display
This commit is contained in:
parent
09711853a6
commit
ae2fc9ef99
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue