From b60195c1ad756c702ed225b9b42a7f9307d18be0 Mon Sep 17 00:00:00 2001 From: Alexander Yuzhin Date: Mon, 19 Dec 2016 10:30:50 +0300 Subject: [PATCH] [SE mobile] Fixed cell styles --- apps/spreadsheeteditor/mobile/app/template/Settings.template | 2 +- apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/mobile/app/template/Settings.template b/apps/spreadsheeteditor/mobile/app/template/Settings.template index 14febe991..f2d459626 100644 --- a/apps/spreadsheeteditor/mobile/app/template/Settings.template +++ b/apps/spreadsheeteditor/mobile/app/template/Settings.template @@ -272,7 +272,7 @@
-

DOCUMENT EDITOR

+

SPREADSHEET EDITOR

<%= scope.textVersion %> 4.3

diff --git a/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js b/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js index e3c7e2770..49a5f25f8 100644 --- a/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js +++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js @@ -112,7 +112,7 @@ define([ if ($styleContainer.length > 0) { var styleSize = _editCellController.getStyleSize(), - columns = parseInt($styleContainer.width() / styleSize.width), + columns = parseInt($styleContainer.width() / (styleSize.width + 5)), row = -1, styles = [];