@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/cjs/index.cjs.js +4 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/descope-multi-select-combo-box-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-multi-select-combo-box/MultiSelectComboBoxClass.js +4 -0
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;
|