Skip to content

Commit

Permalink
Fix conan graph info ... -f=html in Safari (#17335)
Browse files Browse the repository at this point in the history
Fix graph info in safari browsers
  • Loading branch information
AbrilRBS authored Nov 18, 2024
1 parent 44fe575 commit b325a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/cli/formatters/graph/info_graph_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</style>
<div style="display: grid; grid-template-columns: 75% 25%; grid-template-rows: 30px auto; height: 100vh;">
<div id="mylegend" style="background-color: lightgrey; grid-column-end: span 2;"></div>
<div id="mylegend" style="background-color: lightgrey; grid-column-end: span 2;height: 100%"></div>
<div id="mynetwork"></div>
<div style="background-color: lightgrey;min-height:100%;height:0;overflow-y: auto;">
<div>
Expand Down

0 comments on commit b325a4b

Please sign in to comment.