[PE] Fix styles of insert shape component

This commit is contained in:
JuliaSvinareva 2021-12-23 16:34:56 +03:00
parent 4d4bcdfb83
commit 6c025e2381
2 changed files with 2 additions and 1 deletions

View file

@ -119,7 +119,7 @@
<span class="btn-slot text x-huge slot-insertimg"></span>
<span class="btn-slot text x-huge" id="slot-btn-insertchart"></span>
</div>
<div class="group flex small" id="slot-combo-insertshape"></div>
<div class="group small" id="slot-combo-insertshape"></div>
<div class="separator long"></div>
<div class="group">
<span class="btn-slot text x-huge slot-comment"></span>

View file

@ -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,