@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.
@@ -9425,6 +9425,10 @@ const MultiSelectComboBoxClass = compose(
9425
9425
  align-self: center;
9426
9426
  box-sizing: border-box;
9427
9427
  }
9428
+ vaadin-multi-select-combo-box[readonly] [slot="input"] {
9429
+ flex-grow: 1;
9430
+ flex-basis: 4em;
9431
+ }
9428
9432
 
9429
9433
  ::part(input-field) {
9430
9434
  padding: 0;