diff --git a/src/ui/PurchaseGraph.vue b/src/ui/PurchaseGraph.vue index 353abe7..b338ca3 100644 --- a/src/ui/PurchaseGraph.vue +++ b/src/ui/PurchaseGraph.vue @@ -134,10 +134,12 @@ export default { .chart { height: 40vh; + max-height: 364px; @include mobile { position: relative; width: 90vw !important; + max-height: unset; height: 50vh; margin-bottom: 2rem; } diff --git a/src/ui/WinGraph.vue b/src/ui/WinGraph.vue index d48818d..d1d09da 100644 --- a/src/ui/WinGraph.vue +++ b/src/ui/WinGraph.vue @@ -109,10 +109,12 @@ export default { .chart { height: 40vh; + max-height: 364px; @include mobile { position: relative; width: 90vw !important; + max-height: unset; height: 50vh; margin-bottom: 2rem; }