',
'
',
@@ -219,6 +219,7 @@ define([
dataHintDirection: 'bottom',
dataHintOffset: '-16, 0',
delayRenderTips: true,
+ autoWidth: true,
beforeOpenHandler: function (e) {
var cmp = this,
menu = cmp.openButton.menu;
diff --git a/apps/presentationeditor/main/app/view/Transitions.js b/apps/presentationeditor/main/app/view/Transitions.js
index 0823470f9..362914cdb 100644
--- a/apps/presentationeditor/main/app/view/Transitions.js
+++ b/apps/presentationeditor/main/app/view/Transitions.js
@@ -142,7 +142,7 @@ define([
cls: 'combo-transitions',
itemWidth: itemWidth,
itemHeight: itemHeight,
- style: 'min-width:110px;',
+ style: 'min-width:108px;',
itemTemplate: _.template([
'
',
'
',
@@ -155,6 +155,7 @@ define([
dataHintDirection: 'bottom',
dataHintOffset: '-16, 0',
delayRenderTips: true,
+ autoWidth: true,
beforeOpenHandler: function (e) {
var cmp = this,
menu = cmp.openButton.menu;