about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-04-21T23·15+0100
committerVincent Ambo <tazjin@google.com>2020-04-21T23·15+0100
commiteeff42a7c1b1e1289cd13e9fb980ffee7429f286 (patch)
tree932579258b92d371b7a0131c53c5fcbe84f8c869 /web
parent9a666bbed5a71ca6d0b32f244e8eed241ce2b337 (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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/tvl/default.nix b/web/tvl/default.nix
index d137f97ecb..b766090c7f 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>