[SE mobile] Fixed cell styles

This commit is contained in:
Alexander Yuzhin 2016-12-19 10:30:50 +03:00
parent f18d3874fd
commit b60195c1ad
2 changed files with 2 additions and 2 deletions

View file

@ -272,7 +272,7 @@
<div class="logo" style="display: inline-block; width: 100%; height: 55px;"></div>
</div>
<div class="content-block">
<h3>DOCUMENT EDITOR</h3>
<h3>SPREADSHEET EDITOR</h3>
<h3><%= scope.textVersion %> 4.3</h3>
</div>
<div class="content-block">

View file

@ -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 = [];