@patternfly/patternfly 4.192.2 → 4.192.3

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.
@@ -162,6 +162,9 @@
162
162
  color: var(--pf-c-description-list__term-icon--Color);
163
163
  }
164
164
 
165
+ .pf-c-description-list__text {
166
+ min-width: 0;
167
+ }
165
168
  .pf-c-description-list__text.pf-m-help-text {
166
169
  text-decoration: underline;
167
170
  cursor: pointer;
@@ -144,6 +144,8 @@ $pf-c-description-list--breakpoint-map: build-breakpoint-map("base", "sm", "md",
144
144
  }
145
145
 
146
146
  .pf-c-description-list__text {
147
+ min-width: 0; // this allows overflow-wrap to work
148
+
147
149
  &.pf-m-help-text {
148
150
  text-decoration: underline;
149
151
  cursor: pointer;
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.192.2",
4
+ "version": "4.192.3",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -9919,6 +9919,9 @@ label.pf-c-check, .pf-c-check__label,
9919
9919
  color: var(--pf-c-description-list__term-icon--Color);
9920
9920
  }
9921
9921
 
9922
+ .pf-c-description-list__text {
9923
+ min-width: 0;
9924
+ }
9922
9925
  .pf-c-description-list__text.pf-m-help-text {
9923
9926
  text-decoration: underline;
9924
9927
  cursor: pointer;
package/patternfly.css CHANGED
@@ -10046,6 +10046,9 @@ label.pf-c-check, .pf-c-check__label,
10046
10046
  color: var(--pf-c-description-list__term-icon--Color);
10047
10047
  }
10048
10048
 
10049
+ .pf-c-description-list__text {
10050
+ min-width: 0;
10051
+ }
10049
10052
  .pf-c-description-list__text.pf-m-help-text {
10050
10053
  text-decoration: underline;
10051
10054
  cursor: pointer;