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.
|
@@ -19761,7 +19761,10 @@ const PivotTable = ({
|
|
|
19761
19761
|
"span",
|
|
19762
19762
|
{
|
|
19763
19763
|
className: "pivot-row-header__text",
|
|
19764
|
-
style: {
|
|
19764
|
+
style: {
|
|
19765
|
+
textDecoration: rowHeaderFont.textDecoration,
|
|
19766
|
+
paddingRight: "5%"
|
|
19767
|
+
},
|
|
19765
19768
|
children: displayLabel
|
|
19766
19769
|
}
|
|
19767
19770
|
)
|