diff --git a/apps/common/main/resources/less/toolbar.less b/apps/common/main/resources/less/toolbar.less
index 679a144a5d..9ae92b3199 100644
--- a/apps/common/main/resources/less/toolbar.less
+++ b/apps/common/main/resources/less/toolbar.less
@@ -398,6 +398,10 @@
width: 20px;
height: auto;
+ &.split-large {
+ width: 37px;
+ }
+
&.split {
width: 31px;
}
diff --git a/apps/spreadsheeteditor/main/app/template/Toolbar.template b/apps/spreadsheeteditor/main/app/template/Toolbar.template
index 1b514d1f8a..59eeef3270 100644
--- a/apps/spreadsheeteditor/main/app/template/Toolbar.template
+++ b/apps/spreadsheeteditor/main/app/template/Toolbar.template
@@ -101,10 +101,10 @@
-
-
-
-
+
+
+
+
diff --git a/apps/spreadsheeteditor/main/app/view/Toolbar.js b/apps/spreadsheeteditor/main/app/view/Toolbar.js
index 6eb3316420..d1184d29d5 100644
--- a/apps/spreadsheeteditor/main/app/view/Toolbar.js
+++ b/apps/spreadsheeteditor/main/app/view/Toolbar.js
@@ -1473,7 +1473,7 @@ define([
me.cmbNumberFormat = new Common.UI.ComboBoxCustom({
cls : 'input-group-nr',
- style : 'width: 155px;',
+ style : 'width: 135px;',
menuStyle : 'min-width: 180px;',
hint : me.tipNumFormat,
lock : [_set.editCell, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.selRangeEdit, _set.lostConnect, _set.coAuth, _set['FormatCells'], _set.userProtected],
diff --git a/apps/spreadsheeteditor/main/index.html b/apps/spreadsheeteditor/main/index.html
index e5a8ed92d7..f06a16ffdc 100644
--- a/apps/spreadsheeteditor/main/index.html
+++ b/apps/spreadsheeteditor/main/index.html
@@ -133,12 +133,12 @@
right: 0;
top: 0;
bottom: 0;
- left: 895px;
+ left: 875px;
width: 690px;
height: 45px;
}
.rtl .loadmask > .sktoolbar li.fat {
- right: 895px;
+ right: 875px;
left: 0;
}
@@ -308,8 +308,8 @@