Views: Adjusted height of deps viz iframe
This commit is contained in:
parent
48ba9b7bfe
commit
915468bbf1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue