pace-table-lib 1.0.52 → 1.0.53
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.
|
@@ -19780,7 +19780,10 @@
|
|
|
19780
19780
|
"span",
|
|
19781
19781
|
{
|
|
19782
19782
|
className: "pivot-row-header__text",
|
|
19783
|
-
style: {
|
|
19783
|
+
style: {
|
|
19784
|
+
textDecoration: rowHeaderFont.textDecoration,
|
|
19785
|
+
paddingRight: "5%"
|
|
19786
|
+
},
|
|
19784
19787
|
children: displayLabel
|
|
19785
19788
|
}
|
|
19786
19789
|
)
|