Skip to content

Commit

Permalink
add support for INTERACTIVE_SVG = YES
Browse files Browse the repository at this point in the history
  • Loading branch information
jothepro committed Feb 15, 2023
1 parent 7b9598a commit bbaaea4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,11 @@ h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
left: 0;
}

/* Wrap Graphviz graphs with the `interactive_dotgraph` class if `INTERACTIVE_SVG = YES` */
.interactive_dotgraph .dotgraph iframe {
max-width: 100%;
}

/*
Table of Contents
*/
Expand Down

0 comments on commit bbaaea4

Please sign in to comment.