diff --git a/apps/documenteditor/main/app/view/FormsTab.js b/apps/documenteditor/main/app/view/FormsTab.js index 301ac011b2..9779261963 100644 --- a/apps/documenteditor/main/app/view/FormsTab.js +++ b/apps/documenteditor/main/app/view/FormsTab.js @@ -481,10 +481,11 @@ define([ ''+ '<% } %>'+ '
<%= caption %>
' + - '<% if (options.description !== null) { %>' + + '<% if (options.description !== null) { %>' + '<% } %>'); me.btnTextField.setMenu(new Common.UI.Menu({ + style: 'max-width: 300px;', items: [ { caption: me.txtInlineText,