From 9afe90f831fa7d25f1325d7b98c8cb4de6efa0e3 Mon Sep 17 00:00:00 2001 From: alextselegidis Date: Wed, 17 Nov 2021 09:23:21 +0100 Subject: [PATCH] Correctly display long error messages within the modal --- assets/js/general_functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/general_functions.js b/assets/js/general_functions.js index 9127bb46..a505eabf 100755 --- a/assets/js/general_functions.js +++ b/assets/js/general_functions.js @@ -334,7 +334,7 @@ window.GeneralFunctions = window.GeneralFunctions || {}; 'class': 'card', 'html': [ $('
', { - 'class': 'card-body', + 'class': 'card-body overflow-auto', 'html': response.message || '→ No error information provided.' }) ]