@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.
|
@@ -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
package/patternfly-no-reset.css
CHANGED
|
@@ -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;
|