[SE mobile] Fixed cell styles
This commit is contained in:
parent
f18d3874fd
commit
b60195c1ad
|
@ -272,7 +272,7 @@
|
||||||
<div class="logo" style="display: inline-block; width: 100%; height: 55px;"></div>
|
<div class="logo" style="display: inline-block; width: 100%; height: 55px;"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content-block">
|
<div class="content-block">
|
||||||
<h3>DOCUMENT EDITOR</h3>
|
<h3>SPREADSHEET EDITOR</h3>
|
||||||
<h3><%= scope.textVersion %> 4.3</h3>
|
<h3><%= scope.textVersion %> 4.3</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="content-block">
|
<div class="content-block">
|
||||||
|
|
|
@ -112,7 +112,7 @@ define([
|
||||||
|
|
||||||
if ($styleContainer.length > 0) {
|
if ($styleContainer.length > 0) {
|
||||||
var styleSize = _editCellController.getStyleSize(),
|
var styleSize = _editCellController.getStyleSize(),
|
||||||
columns = parseInt($styleContainer.width() / styleSize.width),
|
columns = parseInt($styleContainer.width() / (styleSize.width + 5)),
|
||||||
row = -1,
|
row = -1,
|
||||||
styles = [];
|
styles = [];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue