From 6adee66697f40ca739cee4600414f83009cdf795 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 23 Jan 2023 12:53:18 +0300 Subject: [PATCH] [DE] Fix Bug 60720 --- apps/documenteditor/main/app/view/FormsTab.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,