From 1bba2d78555ea679d7fc1ab84873c3846a621a18 Mon Sep 17 00:00:00 2001 From: rand00 Date: Wed, 26 Jan 2022 17:20:18 +0100 Subject: [PATCH] Views: Adjusted height of deps viz iframe again --- lib/views.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views.ml b/lib/views.ml index f8e8ad9..b17a148 100644 --- a/lib/views.ml +++ b/lib/views.ml @@ -443,7 +443,7 @@ module Job = struct let viz_style = " width: 46em; - height: 50em; + height: 48.4em; max-width: 100%; max-height: 52vw; min-width: 38em;