@carbon/ibmdotcom-styles 2.40.0 → 2.42.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.
@@ -10624,7 +10624,7 @@ screen and (prefers-contrast) {
10624
10624
  :host(c4d-card-in-card)[pictogram-placement=bottom] .cds--card:hover .cds--card__motion .cds--card__copy,
10625
10625
  :host(c4d-card-in-card)[pictogram-placement=top] .cds--card:focus .cds--card__motion .cds--card__copy,
10626
10626
  :host(c4d-card-in-card)[pictogram-placement=top] .cds--card:hover .cds--card__motion .cds--card__copy {
10627
- display: block;
10627
+ display: grid;
10628
10628
  overflow: hidden;
10629
10629
  opacity: 1;
10630
10630
  -webkit-transform: translate3d(0,0,0);
@@ -49572,6 +49572,7 @@ strong {
49572
49572
  -ms-flex-wrap: wrap;
49573
49573
  flex-wrap: wrap;
49574
49574
  margin-inline: -1rem;
49575
+ --max-cols: 5;
49575
49576
  -ms-flex-wrap: nowrap;
49576
49577
  flex-wrap: nowrap
49577
49578
  }