@patternfly/patternfly 4.193.0 → 4.194.2

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.
@@ -613,6 +613,14 @@
613
613
  --pf-c-tooltip--BoxShadow: none;
614
614
  --pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
615
615
  }
616
+ :where(.pf-theme-dark) .pf-c-tooltip,
617
+ :where(.pf-theme-dark) .pf-c-tooltip__arrow {
618
+ border: var(--pf-global--BorderWidth--lg) solid var(--pf-global--BorderColor--300);
619
+ }
620
+ :where(.pf-theme-dark) .pf-c-tooltip__arrow {
621
+ --pf-c-tooltip__arrow--Width: 0.9375rem;
622
+ --pf-c-tooltip__arrow--Height: 0.9375rem;
623
+ }
616
624
  :where(.pf-theme-dark) .pf-c-tree-view {
617
625
  --pf-c-tree-view__node--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
618
626
  --pf-c-tree-view__node--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
package/patternfly.css CHANGED
@@ -8121,6 +8121,7 @@ label.pf-c-check, .pf-c-check__label,
8121
8121
  position: relative;
8122
8122
  display: inline-flex;
8123
8123
  align-items: center;
8124
+ min-width: 0;
8124
8125
  padding: var(--pf-c-chip--PaddingTop) var(--pf-c-chip--PaddingRight) var(--pf-c-chip--PaddingBottom) var(--pf-c-chip--PaddingLeft);
8125
8126
  list-style: none;
8126
8127
  background-color: var(--pf-c-chip--BackgroundColor);
@@ -8210,6 +8211,7 @@ label.pf-c-check, .pf-c-check__label,
8210
8211
  flex: 1;
8211
8212
  flex-wrap: wrap;
8212
8213
  align-items: baseline;
8214
+ min-width: 0;
8213
8215
  }
8214
8216
 
8215
8217
  .pf-c-chip-group__list {
@@ -8222,10 +8224,13 @@ label.pf-c-check, .pf-c-check__label,
8222
8224
  display: inline-flex;
8223
8225
  flex-wrap: wrap;
8224
8226
  align-items: center;
8227
+ min-width: 0;
8228
+ max-width: 100%;
8225
8229
  }
8226
8230
 
8227
8231
  .pf-c-chip-group__list-item {
8228
8232
  display: inline-flex;
8233
+ min-width: 0;
8229
8234
  margin-right: var(--pf-c-chip-group__list-item--MarginRight);
8230
8235
  margin-bottom: var(--pf-c-chip-group__list-item--MarginBottom);
8231
8236
  }