Views: Fix fize of treemap
This commit is contained in:
parent
a0254b3e70
commit
c6ff42d391
1 changed files with 1 additions and 1 deletions
|
@ -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 [
|
||||
|
|
Loading…
Reference in a new issue