@carbon/ibm-products 2.0.0-rc.15 → 2.0.0-rc.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -3620,7 +3620,7 @@
3620
3620
  letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
3621
3621
  -webkit-box-orient: vertical;
3622
3622
  -webkit-line-clamp: 2;
3623
- word-break: break-all;
3623
+ word-break: break-word;
3624
3624
  }
3625
3625
  @media (min-width: 42rem) {
3626
3626
  .c4p--tearsheet .c4p--tearsheet__header-description {
@@ -10799,6 +10799,11 @@ button.c4p--add-select__global-filter-toggle--open {
10799
10799
  position: absolute;
10800
10800
  }
10801
10801
 
10802
+ .c4p--datagrid__table-toolbar--sm .c4p--filter-summary,
10803
+ .c4p--datagrid__table-toolbar--xs .c4p--filter-summary {
10804
+ padding: 0 0.5rem;
10805
+ }
10806
+
10802
10807
  /*
10803
10808
  * Licensed Materials - Property of IBM
10804
10809
  * 5724-Q36
@@ -11234,7 +11239,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
11234
11239
  */
11235
11240
  .c4p--datagrid .c4p--datagrid__expanded-row-content {
11236
11241
  position: relative;
11237
- padding: 1rem 1rem 1.5rem 3rem;
11242
+ padding: 1rem 1rem 1.5rem 4rem;
11238
11243
  }
11239
11244
 
11240
11245
  .c4p--datagrid .c4p--datagrid__expanded-row-content::before {
@@ -13967,7 +13972,7 @@ a.cds--side-nav__link--current::before {
13967
13972
  letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
13968
13973
  -webkit-box-orient: vertical;
13969
13974
  -webkit-line-clamp: 2;
13970
- word-break: break-all;
13975
+ word-break: break-word;
13971
13976
  }
13972
13977
 
13973
13978
  @media (min-width: 42rem) {