@descope/web-components-ui 3.7.1 → 3.7.2
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 +1 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/descope-anchored.js +1 -1
- package/dist/umd/descope-anchored.js.map +1 -1
- package/dist/umd/descope-attachment.js +1 -1
- package/dist/umd/descope-attachment.js.map +1 -1
- package/dist/umd/descope-tooltip.js +1 -1
- package/dist/umd/descope-tooltip.js.map +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +33 -33
package/dist/index.esm.js
CHANGED
|
@@ -28582,7 +28582,7 @@ class RawAnchored extends createBaseClass$1({
|
|
|
28582
28582
|
width: 100%; /* fill non-flex parents */
|
|
28583
28583
|
flex-grow: 1; /* absorb extra space in flex parents */
|
|
28584
28584
|
flex-shrink: 0; /* hold full width — shrink:1 would let siblings squeeze it below 100% */
|
|
28585
|
-
flex-basis:
|
|
28585
|
+
flex-basis: auto; /* defer to width:100% on the main axis; avoids forcing 100% height in column-flex parents */
|
|
28586
28586
|
min-width: 0; /* prevent overflow when the outer host is itself inside a constrained flex row */
|
|
28587
28587
|
}
|
|
28588
28588
|
`;
|