@patternfly/patternfly 6.2.0-prerelease.8 → 6.2.0-prerelease.9
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.
|
@@ -187,9 +187,11 @@
|
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.pf-v6-c-popover__title-text {
|
|
190
|
+
min-width: 0;
|
|
190
191
|
font-size: var(--pf-v6-c-popover__title-text--FontSize);
|
|
191
192
|
font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
|
|
192
193
|
color: var(--pf-v6-c-popover__title-text--Color);
|
|
194
|
+
overflow-wrap: break-word;
|
|
193
195
|
}
|
|
194
196
|
|
|
195
197
|
.pf-v6-c-popover__body {
|
|
@@ -247,9 +247,11 @@
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
.#{$popover}__title-text {
|
|
250
|
+
min-width: 0;
|
|
250
251
|
font-size: var(--#{$popover}__title-text--FontSize);
|
|
251
252
|
font-weight: var(--#{$popover}__title-text--FontWeight);
|
|
252
253
|
color: var(--#{$popover}__title-text--Color);
|
|
254
|
+
overflow-wrap: break-word;
|
|
253
255
|
}
|
|
254
256
|
|
|
255
257
|
// Body
|
package/components/_index.css
CHANGED
|
@@ -12741,9 +12741,11 @@ ul.pf-v6-c-list {
|
|
|
12741
12741
|
}
|
|
12742
12742
|
|
|
12743
12743
|
.pf-v6-c-popover__title-text {
|
|
12744
|
+
min-width: 0;
|
|
12744
12745
|
font-size: var(--pf-v6-c-popover__title-text--FontSize);
|
|
12745
12746
|
font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
|
|
12746
12747
|
color: var(--pf-v6-c-popover__title-text--Color);
|
|
12748
|
+
overflow-wrap: break-word;
|
|
12747
12749
|
}
|
|
12748
12750
|
|
|
12749
12751
|
.pf-v6-c-popover__body {
|
package/package.json
CHANGED
|
@@ -20203,9 +20203,11 @@ ul.pf-v6-c-list {
|
|
|
20203
20203
|
}
|
|
20204
20204
|
|
|
20205
20205
|
.pf-v6-c-popover__title-text {
|
|
20206
|
+
min-width: 0;
|
|
20206
20207
|
font-size: var(--pf-v6-c-popover__title-text--FontSize);
|
|
20207
20208
|
font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
|
|
20208
20209
|
color: var(--pf-v6-c-popover__title-text--Color);
|
|
20210
|
+
overflow-wrap: break-word;
|
|
20209
20211
|
}
|
|
20210
20212
|
|
|
20211
20213
|
.pf-v6-c-popover__body {
|
package/patternfly.css
CHANGED
|
@@ -20339,9 +20339,11 @@ ul.pf-v6-c-list {
|
|
|
20339
20339
|
}
|
|
20340
20340
|
|
|
20341
20341
|
.pf-v6-c-popover__title-text {
|
|
20342
|
+
min-width: 0;
|
|
20342
20343
|
font-size: var(--pf-v6-c-popover__title-text--FontSize);
|
|
20343
20344
|
font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
|
|
20344
20345
|
color: var(--pf-v6-c-popover__title-text--Color);
|
|
20346
|
+
overflow-wrap: break-word;
|
|
20345
20347
|
}
|
|
20346
20348
|
|
|
20347
20349
|
.pf-v6-c-popover__body {
|