fix(web/tvl): Set graph height to 'auto'
because the web ... otherwise there's weird spacing around the graph.
This commit is contained in:
parent
9a666bbed5
commit
eeff42a7c1
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ let
|
||||||
<style>
|
<style>
|
||||||
svg {
|
svg {
|
||||||
max-width: inherit;
|
max-width: inherit;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue