From 915468bbf1987cbadb94ec81f3e7129f1ca79ba0 Mon Sep 17 00:00:00 2001 From: rand00 Date: Mon, 24 Jan 2022 15:07:22 +0100 Subject: [PATCH] Views: Adjusted height of deps viz iframe --- lib/views.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views.ml b/lib/views.ml index b94fdbd..69d31c3 100644 --- a/lib/views.ml +++ b/lib/views.ml @@ -367,7 +367,7 @@ let job_build ]; [ p [ let src = Fmt.str "/job/%s/build/%a/vizdependencies" name Uuidm.pp uuid in - let style = "width: 50em; height: 54.0em" in + let style = "width: 50em; height: 50.5em" in iframe ~a:[ a_src src; a_title "Opam dependencies"; a_style style ] [] ]]; ] |> List.flatten in