could i please see an example of adjusting the width and height of a ComboBox?
this seems to work for the width but not the height:
smart-combo-box {
….min-width : 400px;
….min-height : 500px;
}
also, i see references to something like “<span class=”webkit-css-property”>min-height</span><span class=”styles-name-value-separator”>: </span><span class=”value”>var(–smart-editor-height)</span>;” — are we supposed to be setting the values prefixed with the double dashes?
note: the htmlElements looks like one of the most powerful widgets i have ever seen.