@descope/web-components-ui 3.18.1 → 3.18.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.
@@ -16803,7 +16803,14 @@ class RawFilterClass extends BaseClass$3 {
16803
16803
  display: block;
16804
16804
  }
16805
16805
 
16806
-
16806
+ /* Block (not the attachment's own inline-block) so host width set from
16807
+ outside (e.g. container items-grow) flows down to the trigger button;
16808
+ anchored's flex-grow on the anchor carries it the rest of the way. */
16809
+ .attachment {
16810
+ display: block;
16811
+ }
16812
+
16813
+
16807
16814
  .hidden {
16808
16815
  display: none;
16809
16816
  }