From 39fc15b2ccfe19eb32d32635815695e6a7bd78d9 Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Thu, 15 Jul 2021 22:39:57 +0300 Subject: [PATCH] [SSE] Fix position of list items menu --- apps/spreadsheeteditor/main/app/view/Statusbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/Statusbar.js b/apps/spreadsheeteditor/main/app/view/Statusbar.js index 8c042e773e..e4ca40145f 100644 --- a/apps/spreadsheeteditor/main/app/view/Statusbar.js +++ b/apps/spreadsheeteditor/main/app/view/Statusbar.js @@ -565,7 +565,7 @@ define([ allItems.forEach(function(item){ me.sheetListMenu.addItem(new Common.UI.MenuItem({ - style: 'white-space: pre-wrap', + style: 'white-space: pre', caption: Common.Utils.String.htmlEncode(item.label), value: item.sheetindex, checkable: true,