Views: Adjusted height of deps viz iframe

This commit is contained in:
rand00 2022-01-24 15:07:22 +01:00 committed by Reynir Björnsson
parent 48ba9b7bfe
commit 915468bbf1

View file

@ -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