@descope/web-components-ui 1.0.251 → 1.0.252

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -7940,6 +7940,10 @@ const MultiSelectComboBoxClass = compose(
7940
7940
  align-self: center;
7941
7941
  box-sizing: border-box;
7942
7942
  }
7943
+ vaadin-multi-select-combo-box[readonly] [slot="input"] {
7944
+ flex-grow: 1;
7945
+ flex-basis: 4em;
7946
+ }
7943
7947
 
7944
7948
  ::part(input-field) {
7945
7949
  padding: 0;