diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-21T23·15+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-21T23·15+0100 |
commit | eeff42a7c1b1e1289cd13e9fb980ffee7429f286 (patch) | |
tree | 932579258b92d371b7a0131c53c5fcbe84f8c869 /web | |
parent | 9a666bbed5a71ca6d0b32f244e8eed241ce2b337 (diff) |
fix(web/tvl): Set graph height to 'auto' r/668
because the web ... otherwise there's weird spacing around the graph.
Diffstat (limited to 'web')
-rw-r--r-- | web/tvl/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/tvl/default.nix b/web/tvl/default.nix index d137f97ecbf0..b766090c7fb0 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -21,6 +21,7 @@ let <style> svg { max-width: inherit; + height: auto; } </style> </head> |