tek-wallet 0.0.248 → 0.0.250
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.
|
@@ -89,7 +89,7 @@ var AmountGroupAndChart = function (props) {
|
|
|
89
89
|
width: "100%",
|
|
90
90
|
position: "relative",
|
|
91
91
|
transition: "all 500ms ease-in-out",
|
|
92
|
-
aspectRatio: expandAreaChart ? "1.47317073171" :
|
|
92
|
+
aspectRatio: expandAreaChart ? "1.47317073171" : Infinity,
|
|
93
93
|
zIndex: 10,
|
|
94
94
|
maxHeight: expandAreaChart ? "28rem" : "0",
|
|
95
95
|
border: "1px red solid",
|