@carbon/ibm-products 2.43.2-canary.307 → 2.43.2-canary.308

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.
@@ -7546,15 +7546,27 @@ button.c4p--add-select__global-filter-toggle--open {
7546
7546
  flex: 1 0 60%;
7547
7547
  }
7548
7548
  }
7549
+ .c4p--page-header .c4p--page-header__tooltip {
7550
+ min-width: 0;
7551
+ flex-basis: auto;
7552
+ }
7553
+ .c4p--page-header .c4p--page-header__tooltip button {
7554
+ border-block-end: none;
7555
+ cursor: default;
7556
+ }
7557
+ .c4p--page-header .c4p--page-header__titleText {
7558
+ display: block;
7559
+ overflow: hidden;
7560
+ text-overflow: ellipsis;
7561
+ white-space: nowrap;
7562
+ }
7549
7563
  .c4p--page-header .c4p--page-header__title {
7550
7564
  font-size: var(--cds-heading-04-font-size, 1.75rem);
7551
7565
  font-weight: var(--cds-heading-04-font-weight, 400);
7552
7566
  line-height: var(--cds-heading-04-line-height, 1.28572);
7553
7567
  letter-spacing: var(--cds-heading-04-letter-spacing, 0);
7568
+ display: flex;
7554
7569
  min-height: 2.5rem;
7555
- overflow-x: hidden;
7556
- text-overflow: ellipsis;
7557
- white-space: nowrap;
7558
7570
  }
7559
7571
  .c4p--page-header .c4p--page-header__title--editable {
7560
7572
  display: flex;