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