@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/cjs/index.cjs.js
CHANGED
|
@@ -26195,7 +26195,7 @@ class RawAnchored extends createBaseClass$1({
|
|
|
26195
26195
|
width: 100%; /* fill non-flex parents */
|
|
26196
26196
|
flex-grow: 1; /* absorb extra space in flex parents */
|
|
26197
26197
|
flex-shrink: 0; /* hold full width — shrink:1 would let siblings squeeze it below 100% */
|
|
26198
|
-
flex-basis:
|
|
26198
|
+
flex-basis: auto; /* defer to width:100% on the main axis; avoids forcing 100% height in column-flex parents */
|
|
26199
26199
|
min-width: 0; /* prevent overflow when the outer host is itself inside a constrained flex row */
|
|
26200
26200
|
}
|
|
26201
26201
|
`;
|