mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:55:16 +08:00
[DE mobile] Fix style of table
This commit is contained in:
@ -115,7 +115,7 @@ define([
|
||||
var $styleContainer = $('#edit-table-styles .item-inner');
|
||||
|
||||
if ($styleContainer.length > 0) {
|
||||
var columns = parseInt($styleContainer.width() / 70), // magic
|
||||
var columns = parseInt(($styleContainer.width() - 15) / 70), // magic
|
||||
row = -1,
|
||||
styles = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user