@patternfly/patternfly 4.164.0 → 4.164.1
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
package/patternfly-no-reset.css
CHANGED
|
@@ -27076,7 +27076,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27076
27076
|
}
|
|
27077
27077
|
|
|
27078
27078
|
.pf-c-truncate {
|
|
27079
|
-
--pf-c-truncate--FontSize:
|
|
27079
|
+
--pf-c-truncate--FontSize: 1rem;
|
|
27080
27080
|
display: inline-flex;
|
|
27081
27081
|
flex-wrap: nowrap;
|
|
27082
27082
|
max-width: 100%;
|
package/patternfly.css
CHANGED
|
@@ -27198,7 +27198,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27198
27198
|
}
|
|
27199
27199
|
|
|
27200
27200
|
.pf-c-truncate {
|
|
27201
|
-
--pf-c-truncate--FontSize:
|
|
27201
|
+
--pf-c-truncate--FontSize: 1rem;
|
|
27202
27202
|
display: inline-flex;
|
|
27203
27203
|
flex-wrap: nowrap;
|
|
27204
27204
|
max-width: 100%;
|