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,