Fix bug 77801

This commit is contained in:
Julia.Radzhabova
2025-10-22 19:26:44 +03:00
parent c5fb9175d4
commit bf649e7a79
6 changed files with 12 additions and 0 deletions

View File

@ -1513,6 +1513,8 @@ define([
default:
config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id);
if (typeof id == 'string')
config.maxwidth = 600;
break;
}