@wwtdev/bsds-css 3.3.0 → 3.4.0-rc.0

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.
@@ -3318,6 +3318,12 @@ data-autosize-icons="true" - see above
3318
3318
  grid-template-columns: auto 1fr auto auto;
3319
3319
  align-items: center;
3320
3320
  cursor: pointer;
3321
+
3322
+ &:where([data-show-pill-group="true"]) {
3323
+ --input-height: auto;
3324
+ --input-padding-block: var(--bs-space-2);
3325
+ min-height: var(--bs-space-10);
3326
+ }
3321
3327
  }
3322
3328
  /* -- Multiselect Count -- */
3323
3329
  .bs-input-button-count {