@carbon/ibm-products 1.23.0 → 1.23.1

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.
@@ -18038,7 +18038,8 @@ button.c4p--add-select__global-filter-toggle--open {
18038
18038
  position: fixed;
18039
18039
  top: var(--cds-spacing-09, 3rem);
18040
18040
  right: 0;
18041
- width: 40rem;
18041
+ width: 100%;
18042
+ max-width: 40rem;
18042
18043
  height: calc(100vh - var(--cds-spacing-09, 3rem));
18043
18044
  border-left: 1px solid #262626;
18044
18045
  color: var(--cds-text-01, #161616);