@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/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: 100%; /* start at full width before grow/shrink */
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
  `;