@descope/web-components-ui 1.0.251 → 1.0.252

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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;