@carbon/ibm-products 1.42.0 → 1.42.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.
@@ -12403,7 +12403,7 @@ a.bx--side-nav__link--current::before {
12403
12403
  letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
12404
12404
  -webkit-box-orient: vertical;
12405
12405
  -webkit-line-clamp: 2;
12406
- word-break: break-all;
12406
+ word-break: break-word;
12407
12407
  }
12408
12408
  @media (min-width: 42rem) {
12409
12409
  .c4p--tearsheet .c4p--tearsheet__header-description {
@@ -21503,6 +21503,11 @@ button.c4p--add-select__global-filter-toggle--open {
21503
21503
  width: 100%;
21504
21504
  }
21505
21505
 
21506
+ .c4p--datagrid__table-toolbar--sm .c4p--filter-summary,
21507
+ .c4p--datagrid__table-toolbar--xs .c4p--filter-summary {
21508
+ padding: 0 var(--cds-spacing-03, 0.5rem);
21509
+ }
21510
+
21506
21511
  /*
21507
21512
  * Licensed Materials - Property of IBM
21508
21513
  * 5724-Q36
@@ -21934,7 +21939,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
21934
21939
  */
21935
21940
  .c4p--datagrid .c4p--datagrid__expanded-row-content {
21936
21941
  position: relative;
21937
- padding: var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-06, 1.5rem) var(--cds-spacing-09, 3rem);
21942
+ padding: var(--cds-spacing-05, 1rem) var(--cds-spacing-05, 1rem) var(--cds-spacing-06, 1.5rem) var(--cds-spacing-10, 4rem);
21938
21943
  }
21939
21944
 
21940
21945
  .c4p--datagrid .c4p--datagrid__expanded-row-content::before {