@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.
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;