@patternfly/patternfly 4.196.4 → 4.196.7

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.196.4",
4
+ "version": "4.196.7",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -8606,6 +8606,7 @@ label.pf-c-check, .pf-c-check__label,
8606
8606
  --pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
8607
8607
  --pf-c-chip-group__list-item--MarginRight: var(--pf-global--spacer--xs);
8608
8608
  --pf-c-chip-group__list-item--MarginBottom: var(--pf-global--spacer--xs);
8609
+ max-width: 100%;
8609
8610
  }
8610
8611
  .pf-c-chip-group.pf-m-category {
8611
8612
  padding-top: var(--pf-c-chip-group--m-category--PaddingTop);
@@ -8635,7 +8636,6 @@ label.pf-c-check, .pf-c-check__label,
8635
8636
  flex-wrap: wrap;
8636
8637
  align-items: center;
8637
8638
  min-width: 0;
8638
- max-width: 100%;
8639
8639
  }
8640
8640
 
8641
8641
  .pf-c-chip-group__list-item {
@@ -16536,6 +16536,7 @@ button.pf-c-label__content:focus {
16536
16536
  --pf-c-label-group__textarea--PaddingBottom: 0;
16537
16537
  --pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
16538
16538
  display: inline-flex;
16539
+ align-items: center;
16539
16540
  }
16540
16541
  .pf-c-label-group.pf-m-category {
16541
16542
  padding-top: var(--pf-c-label-group--m-category--PaddingTop);
package/patternfly.css CHANGED
@@ -8733,6 +8733,7 @@ label.pf-c-check, .pf-c-check__label,
8733
8733
  --pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
8734
8734
  --pf-c-chip-group__list-item--MarginRight: var(--pf-global--spacer--xs);
8735
8735
  --pf-c-chip-group__list-item--MarginBottom: var(--pf-global--spacer--xs);
8736
+ max-width: 100%;
8736
8737
  }
8737
8738
  .pf-c-chip-group.pf-m-category {
8738
8739
  padding-top: var(--pf-c-chip-group--m-category--PaddingTop);
@@ -8762,7 +8763,6 @@ label.pf-c-check, .pf-c-check__label,
8762
8763
  flex-wrap: wrap;
8763
8764
  align-items: center;
8764
8765
  min-width: 0;
8765
- max-width: 100%;
8766
8766
  }
8767
8767
 
8768
8768
  .pf-c-chip-group__list-item {
@@ -16663,6 +16663,7 @@ button.pf-c-label__content:focus {
16663
16663
  --pf-c-label-group__textarea--PaddingBottom: 0;
16664
16664
  --pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
16665
16665
  display: inline-flex;
16666
+ align-items: center;
16666
16667
  }
16667
16668
  .pf-c-label-group.pf-m-category {
16668
16669
  padding-top: var(--pf-c-label-group--m-category--PaddingTop);