diff --git a/lib/views.ml b/lib/views.ml index 5e9a986..d2223fc 100644 --- a/lib/views.ml +++ b/lib/views.ml @@ -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 [