Views: Fix fize of treemap

This commit is contained in:
rand00 2021-12-20 14:19:33 +01:00 committed by Reynir Björnsson
parent a0254b3e70
commit c6ff42d391

View file

@ -360,7 +360,7 @@ let job_build
h3 [txt "Analysis"];
p [
let src = Fmt.str "/job/%s/build/%a/treemap" name Uuidm.pp uuid in
let style = "width: 50em; height: 53.0em" in (*treemap tries to be square*)
let style = "width: 50em; height: 54.0em" in (*treemap tries to be square*)
iframe ~a:[ a_src src; a_title "Binary dissection"; a_style style ] [] ];
h3 [txt "Build info"];
ul [