Fix Bug 56341

This commit is contained in:
Julia Radzhabova 2022-03-28 23:35:43 +03:00
parent 85321a07d4
commit 6016025565
2 changed files with 3 additions and 3 deletions

View file

@ -410,7 +410,7 @@ define([ 'text!documenteditor/main/app/template/ParagraphSettingsAdvanced.tem
_.each(_arrBorderPresets, function(item, index, list){
var _btn = new Common.UI.Button({
parentEl: $('#'+item[2]),
style: 'margin-left: 5px; margin-bottom: 4px;',
style: 'margin-left: 4px; margin-bottom: 4px;',
cls: 'btn-options large border-off',
iconCls: item[1],
strId :item[0],

View file

@ -948,7 +948,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
_.each(_arrBorderPresets, function(item, index, list){
var _btn = new Common.UI.Button({
parentEl: $('#'+item[2]),
style: 'margin-left: 5px; margin-bottom: 4px;',
style: 'margin-left: 4px; margin-bottom: 4px;',
cls: 'btn-options large border-off',
iconCls: item[1],
strId :item[0],
@ -974,7 +974,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
_.each(_arrTableBorderPresets, function(item, index, list){
var _btn = new Common.UI.Button({
parentEl: $('#'+item[3]),
style: 'margin-left: 5px; margin-bottom: 4px;',
style: 'margin-left: 4px; margin-bottom: 4px;',
cls: 'btn-options large border-off',
iconCls: item[2],
strCellId :item[0],