@carbon/ibm-products 1.66.0 → 1.67.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.
@@ -22028,13 +22028,6 @@ button.c4p--add-select__global-filter-toggle--open {
22028
22028
  padding-top: var(--cds-spacing-03, 0.5rem);
22029
22029
  }
22030
22030
 
22031
- /*
22032
- * Licensed Materials - Property of IBM
22033
- * 5724-Q36
22034
- * (c) Copyright IBM Corp. 2022
22035
- * US Government Users Restricted Rights - Use, duplication or disclosure
22036
- * restricted by GSA ADP Schedule Contract with IBM Corp.
22037
- */
22038
22031
  .c4p--datagrid-filter-flyout__container {
22039
22032
  position: relative;
22040
22033
  }
@@ -22090,7 +22083,7 @@ button.c4p--add-select__global-filter-toggle--open {
22090
22083
  .c4p--datagrid-filter-flyout__filters {
22091
22084
  display: grid;
22092
22085
  gap: 1rem 2rem;
22093
- grid-template-columns: 1fr 1fr;
22086
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
22094
22087
  }
22095
22088
 
22096
22089
  .c4p--datagrid-filter-flyout__trigger--open.bx--btn.bx--btn--icon-only {
@@ -22103,6 +22096,10 @@ button.c4p--add-select__global-filter-toggle--open {
22103
22096
  margin-bottom: 0;
22104
22097
  }
22105
22098
 
22099
+ .c4p--datagrid-filter-flyout__stacked {
22100
+ grid-template-columns: 1fr;
22101
+ }
22102
+
22106
22103
  /*
22107
22104
  * Licensed Materials - Property of IBM
22108
22105
  * 5724-Q36