fix(web/tvl): Set graph height to 'auto'

because the web ... otherwise there's weird spacing around the graph.
This commit is contained in:
Vincent Ambo 2020-04-22 00:15:44 +01:00
parent 9a666bbed5
commit eeff42a7c1

View file

@ -21,6 +21,7 @@ let
<style> <style>
svg { svg {
max-width: inherit; max-width: inherit;
height: auto;
} }
</style> </style>
</head> </head>