mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
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',
|
||||
'html': [
|
||||
$('<div/>', {
|
||||
'class': 'card-body',
|
||||
'class': 'card-body overflow-auto',
|
||||
'html': response.message
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue