From c6ff42d39134457e1f6aa0d7b1c626e1dbc3f303 Mon Sep 17 00:00:00 2001 From: rand00 Date: Mon, 20 Dec 2021 14:19:33 +0100 Subject: [PATCH] Views: Fix fize of treemap --- lib/views.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [