diff --git a/apps/presentationeditor/main/app/template/Toolbar.template b/apps/presentationeditor/main/app/template/Toolbar.template index 4744beac4..b33c96d70 100644 --- a/apps/presentationeditor/main/app/template/Toolbar.template +++ b/apps/presentationeditor/main/app/template/Toolbar.template @@ -119,7 +119,7 @@ -
+
diff --git a/apps/presentationeditor/main/app/view/Toolbar.js b/apps/presentationeditor/main/app/view/Toolbar.js index 9ed7be3d9..87c83bc21 100644 --- a/apps/presentationeditor/main/app/view/Toolbar.js +++ b/apps/presentationeditor/main/app/view/Toolbar.js @@ -1072,6 +1072,7 @@ define([ this.cmbInsertShape = new Common.UI.ComboDataViewShape({ cls: 'combo-styles shapes', + style: 'min-width: 140px;', itemWidth: 20, itemHeight: 20, menuMaxHeight: 640,