[DE] Fix Bug 60720

This commit is contained in:
Julia Radzhabova
2023-01-23 12:53:18 +03:00
parent 8cbf4109ef
commit 6adee66697

View File

@ -481,10 +481,11 @@ define([
'<span class="menu-item-icon <%= iconCls %>"></span>'+
'<% } %>'+
'<div><%= caption %></div>' +
'<% if (options.description !== null) { %><label style="display: block;cursor: pointer;white-space: normal;"><%= options.description %></label>' +
'<% if (options.description !== null) { %><label style="cursor: pointer;white-space: normal;"><%= options.description %></label>' +
'<% } %></a>');
me.btnTextField.setMenu(new Common.UI.Menu({
style: 'max-width: 300px;',
items: [
{
caption: me.txtInlineText,